From 226c22b0e2f3f7a384751e992c46040a4ec21cb7 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 30 Nov 2024 20:28:23 +0530 Subject: [PATCH] feat: move duplicate above delete --- src/components/molecules/RecordingsTable.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index 43fc54f6..651d3677 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -417,18 +417,18 @@ const OptionsButton = ({ handleEdit, handleDelete, handleDuplicate }: OptionsBut Edit - { handleDelete(); handleClose(); }}> - - - - Delete - { handleDuplicate(); handleClose(); }}> Duplicate + { handleDelete(); handleClose(); }}> + + + + Delete + );