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`