We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 771523b + 79193a7 commit a9d3a43Copy full SHA for a9d3a43
src/packages/core/workspace/components/workspace-action/common/submit/submit.action.ts
@@ -37,3 +37,8 @@ export class UmbSubmitWorkspaceAction extends UmbWorkspaceActionBase<UmbSubmitta
37
return await workspaceContext.requestSubmit();
38
}
39
40
+
41
+/*
42
+ * @deprecated Use UmbSubmitWorkspaceAction instead
43
+ */
44
+export { UmbSubmitWorkspaceAction as UmbSaveWorkspaceAction };
0 commit comments