Skip to content

Commit 79193a7

Browse files
committed
add back reexport
1 parent 771523b commit 79193a7

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)