mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Duplicate row confirmation: don't use success color button
This commit is contained in:
@@ -202,7 +202,6 @@ export default function MenuContents({ onClose }: IMenuContentsProps) {
|
||||
</>
|
||||
),
|
||||
confirm: "Duplicate",
|
||||
confirmColor: "success",
|
||||
handleConfirm: handleDuplicate,
|
||||
});
|
||||
onClose();
|
||||
|
||||
@@ -66,7 +66,6 @@ export default function FinalColumn({ row }: FormatterProps<TableRow, any>) {
|
||||
</>
|
||||
),
|
||||
confirm: "Duplicate",
|
||||
confirmColor: "success",
|
||||
handleConfirm: handleDuplicate,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user