mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 12:33:48 +00:00
Changed format on action types and reducer names for those already migrated to RTK
This commit is contained in:
@@ -26,7 +26,7 @@ const serverWithId = (server: ServerWithId | ServerData): ServerWithId => {
|
||||
const serversListToMap = reduce<ServerWithId, ServersMap>((acc, server) => assoc(server.id, server, acc), {});
|
||||
|
||||
export const { actions, reducer } = createSlice({
|
||||
name: 'serversReducer',
|
||||
name: 'shlink/servers',
|
||||
initialState,
|
||||
reducers: {
|
||||
editServer: {
|
||||
|
||||
Reference in New Issue
Block a user