From a2f8bb6d4c35454ff70cea2bed5957b9a78c9b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Fri, 23 Dec 2022 13:39:40 +0100 Subject: [PATCH] onSave handler --- .../shared/actions/save/workspace-action-node-save.element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8461dc74f2..c39dca782e 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 @@ -27,7 +27,7 @@ export class UmbWorkspaceActionNodeSaveElement extends UmbContextConsumerMixin(L ); } - private async _handleSave() { + private async _onSave() { if (!this._workspaceContext) return; this._saveButtonState = 'waiting'; @@ -40,7 +40,7 @@ export class UmbWorkspaceActionNodeSaveElement extends UmbContextConsumerMixin(L render() { return html`