fix: command palette fix (#2523)
This commit is contained in:
parent
1786a395dc
commit
4c54d826ba
1 changed files with 3 additions and 1 deletions
|
|
@ -56,8 +56,9 @@ class CommandPaletteStore implements ICommandPaletteStore {
|
|||
isCreateModuleModalOpen: observable.ref,
|
||||
isCreateViewModalOpen: observable.ref,
|
||||
isCreatePageModalOpen: observable.ref,
|
||||
isDeleteIssueModalOpen: observable.ref,
|
||||
isCreateIssueModalOpen: observable.ref,
|
||||
isDeleteIssueModalOpen: observable.ref,
|
||||
isBulkDeleteIssueModalOpen: observable.ref,
|
||||
// computed
|
||||
// projectPages: computed,
|
||||
// action
|
||||
|
|
@ -69,6 +70,7 @@ class CommandPaletteStore implements ICommandPaletteStore {
|
|||
toggleCreatePageModal: action,
|
||||
toggleCreateIssueModal: action,
|
||||
toggleCreateModuleModal: action,
|
||||
toggleDeleteIssueModal: action,
|
||||
toggleBulkDeleteIssueModal: action,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue