Skip to content

Commit db53cfd

Browse files
committed
chore: update import of deprecated element
1 parent d0e2edb commit db53cfd

File tree

1 file changed

+2
-2
lines changed
  • src/packages/documents/document-blueprints/workspace

1 file changed

+2
-2
lines changed

src/packages/documents/document-blueprints/workspace/manifests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
UMB_DOCUMENT_BLUEPRINT_FOLDER_ENTITY_TYPE,
44
UMB_DOCUMENT_BLUEPRINT_ROOT_ENTITY_TYPE,
55
} from '../entity.js';
6-
import { UmbSaveWorkspaceAction } from '@umbraco-cms/backoffice/workspace';
6+
import { UmbSubmitWorkspaceAction } from '@umbraco-cms/backoffice/workspace';
77
import type {
88
ManifestTypes,
99
ManifestWorkspace,
@@ -72,7 +72,7 @@ const workspaceActions: Array<ManifestWorkspaceActions> = [
7272
alias: 'Umb.WorkspaceAction.DocumentBlueprint.Save',
7373
name: 'Save Document Workspace Action',
7474
weight: 80,
75-
api: UmbSaveWorkspaceAction,
75+
api: UmbSubmitWorkspaceAction,
7676
meta: {
7777
label: 'Save',
7878
look: 'primary',

0 commit comments

Comments
 (0)