You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/create-blueprint/modal/create-blueprint-modal.element.ts
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -38,21 +38,21 @@ export class UmbCreateBlueprintModalElement extends UmbModalBaseElement<
38
38
this.modalContext?.submit();
39
39
}
40
40
41
-
#renderBlueprintName(){
42
-
returnhtml`<strong>Create a new Content Template from${this._documentName}</strong>
43
-
A Content Template is predefined content that an editor can select to use as the basis for creating new content .
0 commit comments