diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts index 7eac9a58c5..3b9a800080 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/components/input-template-picker/input-template-picker.element.ts @@ -194,6 +194,7 @@ export class UmbInputTemplatePickerElement extends FormControlMixin(UmbLitElemen modalHandler?.onSubmit().then(({ key }) => { // TODO: update template + // Hopefully our Template Repository will make sure this happens automatically, But lets follow up. }); } }