Skip to content

Commit

Permalink
fix modals slice
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacper-RF committed Oct 2, 2023
1 parent b987d5c commit bc4fa09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/src/renderer/sagas/modals/modals.slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class ModalsInitialState {
[ModalName.channelCreationModal] = { open: false, args: {} };
[ModalName.unregisteredUsernameModal] = { open: false, args: {} };
[ModalName.duplicatedUsernameModal] = { open: false, args: {} };
[ModalName.aggressiveWarningModal] = { open: false, args: {} }
[ModalName.possibleImpersonationAttackModal] = { open: false, args: {} }
}

export const modalsSlice = createSlice({
Expand Down

0 comments on commit bc4fa09

Please sign in to comment.