Skip to content

Commit

Permalink
Fix delete link variant bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-mp committed Dec 24, 2024
1 parent 04e41d1 commit 33e7931
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export function Variants({
</Box>
{deleteButtonShown && (
<IconButton
type="button"
icon="delete"
onClick={() =>
onVariantsChange(
Expand Down

0 comments on commit 33e7931

Please sign in to comment.