Skip to content

Commit

Permalink
Merge pull request #2232 from umbraco/14.2/hotfix/bring-back-reexport…
Browse files Browse the repository at this point in the history
…-of-save-workspace-action

Hotfix: Add back reexport of UmbSaveWorkspaceAction
  • Loading branch information
Migaroez authored Aug 22, 2024
2 parents 771523b + 79193a7 commit a9d3a43
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 a9d3a43

Please sign in to comment.