Skip to content

Commit f1356c5

Browse files
committed
fix element name
1 parent 25adb06 commit f1356c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/documents/document-blueprints/tree/folder/workspace/document-blueprint-folder-editor.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { css, html, customElement, state } from '@umbraco-cms/backoffice/externa
44
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
55
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
66

7-
const elementName = 'umb-data-type-folder-workspace-editor';
7+
const elementName = 'umb-document-blueprint-folder-workspace-editor';
88
@customElement(elementName)
99
export class UmbDocumentBlueprintFolderWorkspaceEditorElement extends UmbLitElement {
1010
@state()

0 commit comments

Comments
 (0)