From 055e6f995dd1f0f51512038148b50a1af7155167 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Sun, 3 Mar 2024 10:32:45 +0100 Subject: [PATCH] temp destroy --- .../src/packages/core/entity-action/common/copy/copy.action.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/copy/copy.action.ts b/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/copy/copy.action.ts index 216339d50b..b7868d52ac 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/copy/copy.action.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/entity-action/common/copy/copy.action.ts @@ -9,4 +9,6 @@ export class UmbCopyEntityAction extends UmbEntityActionBase { async execute() { console.log(`execute copy for: ${this.args.unique}`); } + + destroy(): void {} }