Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 6, 2023
1 parent bdde68b commit 7cbe053
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ const MenuOptionMoveToTrash: React.FunctionComponent<IMenuOptionMoveToTrashProps
isReadOnly={isReadOnly}
testName={"trash"}
isSet={false}
set={async () => {
await moveToTrashSelection();
set={(value) => {
console.log(value);
moveToTrashSelection();
}}
localization={localization.MessageMoveToTrash}
/>
Expand Down

0 comments on commit 7cbe053

Please sign in to comment.