mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 21:46:20 +00:00
Changed format on action types and reducer names for those already migrated to RTK
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createSlice } from '@reduxjs/toolkit';
|
||||
|
||||
const { actions, reducer } = createSlice({
|
||||
name: 'appUpdatesReducer',
|
||||
name: 'shlink/appUpdates',
|
||||
initialState: false,
|
||||
reducers: {
|
||||
appUpdateAvailable: () => true,
|
||||
|
||||
Reference in New Issue
Block a user