mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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?"
|
||||
open={open}
|
||||
primaryButtonText="Delete variant"
|
||||
secondaryButtonText="Close"
|
||||
secondaryButtonText="Cancel"
|
||||
onClick={onConfirm}
|
||||
onClose={() => {
|
||||
setOpen(false);
|
||||
|
Loading…
Reference in New Issue
Block a user