diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/actions/save/workspace-action-node-save.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/actions/save/workspace-action-node-save.element.ts index de79f3ac9b..e03c33295e 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/actions/save/workspace-action-node-save.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/workspaces/shared/actions/save/workspace-action-node-save.element.ts @@ -5,7 +5,7 @@ import type { UUIButtonState } from '@umbraco-ui/uui'; import type { UmbWorkspaceNodeContext } from '../../workspace-context/workspace-node.context'; import { UmbContextConsumerMixin } from '@umbraco-cms/context-api'; -@customElement('umb-workspace-action-document-type-save') +@customElement('umb-workspace-action-node-save') export class UmbWorkspaceActionNodeSaveElement extends UmbContextConsumerMixin(LitElement) { static styles = [UUITextStyles, css``];