Duplicate row confirmation: don't use success color button

This commit is contained in:
Sidney Alcantara
2022-10-05 14:51:16 +11:00
parent 01b248583f
commit 18fe50e0da
2 changed files with 0 additions and 2 deletions

View File

@@ -202,7 +202,6 @@ export default function MenuContents({ onClose }: IMenuContentsProps) {
</>
),
confirm: "Duplicate",
confirmColor: "success",
handleConfirm: handleDuplicate,
});
onClose();

View File

@@ -66,7 +66,6 @@ export default function FinalColumn({ row }: FormatterProps<TableRow, any>) {
</>
),
confirm: "Duplicate",
confirmColor: "success",
handleConfirm: handleDuplicate,
});
}