mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 09:15:01 +03:00
Add user settings modal
This commit is contained in:
@@ -8,6 +8,13 @@ export const openUsersModal = () => ({
|
||||
},
|
||||
});
|
||||
|
||||
export const openUserSettingsModal = () => ({
|
||||
type: EntryActionTypes.MODAL_OPEN,
|
||||
payload: {
|
||||
type: ModalTypes.USER_SETTINGS,
|
||||
},
|
||||
});
|
||||
|
||||
export const openAddProjectModal = () => ({
|
||||
type: EntryActionTypes.MODAL_OPEN,
|
||||
payload: {
|
||||
|
||||
Reference in New Issue
Block a user