Skip to content

Commit

Permalink
add back reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
madsrasmussen committed Aug 22, 2024
1 parent 771523b commit 79193a7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ export class UmbSubmitWorkspaceAction extends UmbWorkspaceActionBase<UmbSubmitta
return await workspaceContext.requestSubmit();
}
}

/*
* @deprecated Use UmbSubmitWorkspaceAction instead
*/
export { UmbSubmitWorkspaceAction as UmbSaveWorkspaceAction };

0 comments on commit 79193a7

Please sign in to comment.