Skip to content

Commit a9d3a43

Browse files
authored
Merge pull request #2232 from umbraco/14.2/hotfix/bring-back-reexport-of-save-workspace-action
Hotfix: Add back reexport of UmbSaveWorkspaceAction
2 parents 771523b + 79193a7 commit a9d3a43

File tree

1 file changed

+5
-0
lines changed
  • src/packages/core/workspace/components/workspace-action/common/submit

1 file changed

+5
-0
lines changed

src/packages/core/workspace/components/workspace-action/common/submit/submit.action.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ export class UmbSubmitWorkspaceAction extends UmbWorkspaceActionBase<UmbSubmitta
3737
return await workspaceContext.requestSubmit();
3838
}
3939
}
40+
41+
/*
42+
* @deprecated Use UmbSubmitWorkspaceAction instead
43+
*/
44+
export { UmbSubmitWorkspaceAction as UmbSaveWorkspaceAction };

0 commit comments

Comments
 (0)