1
0
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:
Nuno Góis 2022-11-22 12:33:03 +00:00 committed by GitHub
parent a53d970263
commit 9f4b34367c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ export const VariantDeleteDialog = ({
title="Delete variant?"
open={open}
primaryButtonText="Delete variant"
secondaryButtonText="Close"
secondaryButtonText="Cancel"
onClick={onConfirm}
onClose={() => {
setOpen(false);