Step 8.5: Move "add existing to space" dialog construction
This commit is contained in:
parent
3ab21224df
commit
9a75acba17
4 changed files with 63 additions and 22 deletions
|
@ -307,4 +307,9 @@ export enum Action {
|
|||
* Opens the invite dialog. Used with a OpenInviteDialogPayload.
|
||||
*/
|
||||
OpenInviteDialog = "open_invite_dialog",
|
||||
|
||||
/**
|
||||
* Opens a dialog to add an existing object to a space. Used with a OpenAddExistingToSpaceDialogPayload.
|
||||
*/
|
||||
OpenAddToExistingSpaceDialog = "open_add_to_existing_space_dialog",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue