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.
1 parent 771523b commit 79193a7Copy full SHA for 79193a7
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