Step 8.5: Move "add existing to space" dialog construction

This commit is contained in:
Travis Ralston 2022-03-24 18:01:09 -06:00
parent 3ab21224df
commit 9a75acba17
4 changed files with 63 additions and 22 deletions

View file

@ -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",
}