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 d0e2edb commit db53cfdCopy full SHA for db53cfd
src/packages/documents/document-blueprints/workspace/manifests.ts
@@ -3,7 +3,7 @@ import {
3
UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE,
4
UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE,
5
} from '../entity.js';
6
-import { UmbSaveWorkspaceAction } from '@umbraco-cms/backoffice/workspace';
+import { UmbSubmitWorkspaceAction } from '@umbraco-cms/backoffice/workspace';
7
import type {
8
ManifestTypes,
9
ManifestWorkspace,
@@ -72,7 +72,7 @@ const workspaceActions: Array<ManifestWorkspaceActions> = [
72
alias: 'Umb.WorkspaceAction.DocumentBlueprint.Save',
73
name: 'Save Document Workspace Action',
74
weight: 80,
75
- api: UmbSaveWorkspaceAction,
+ api: UmbSubmitWorkspaceAction,
76
meta: {
77
label: 'Save',
78
look: 'primary',
0 commit comments