mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
fix: secondary button should say "cancel" instead of "close" (#2496)
Small fix after talking with @NicolaeUnleash
This commit is contained in:
parent
a53d970263
commit
9f4b34367c
@ -24,7 +24,7 @@ export const VariantDeleteDialog = ({
|
|||||||
title="Delete variant?"
|
title="Delete variant?"
|
||||||
open={open}
|
open={open}
|
||||||
primaryButtonText="Delete variant"
|
primaryButtonText="Delete variant"
|
||||||
secondaryButtonText="Close"
|
secondaryButtonText="Cancel"
|
||||||
onClick={onConfirm}
|
onClick={onConfirm}
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
setOpen(false);
|
setOpen(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user