From 7cbe053d1301c01823b1a72594d7a78a261767ce Mon Sep 17 00:00:00 2001 From: Dion Date: Wed, 6 Dec 2023 18:55:01 +0100 Subject: [PATCH] tmp --- .../menu-option-move-to-trash/menu-option-move-to-trash.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/starsky/starsky/clientapp/src/components/molecules/menu-option-move-to-trash/menu-option-move-to-trash.tsx b/starsky/starsky/clientapp/src/components/molecules/menu-option-move-to-trash/menu-option-move-to-trash.tsx index b2770c1776..08e12bcafc 100644 --- a/starsky/starsky/clientapp/src/components/molecules/menu-option-move-to-trash/menu-option-move-to-trash.tsx +++ b/starsky/starsky/clientapp/src/components/molecules/menu-option-move-to-trash/menu-option-move-to-trash.tsx @@ -90,8 +90,9 @@ const MenuOptionMoveToTrash: React.FunctionComponent { - await moveToTrashSelection(); + set={(value) => { + console.log(value); + moveToTrashSelection(); }} localization={localization.MessageMoveToTrash} />