mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 21:26:46 +00:00
Changed format on action types and reducer names for those already migrated to RTK
This commit is contained in:
@@ -9,7 +9,7 @@ const initialState: Sidebar = {
|
||||
};
|
||||
|
||||
const { actions, reducer } = createSlice({
|
||||
name: 'sidebarReducer',
|
||||
name: 'shlink/sidebar',
|
||||
initialState,
|
||||
reducers: {
|
||||
sidebarPresent: () => ({ sidebarPresent: true }),
|
||||
|
||||
Reference in New Issue
Block a user