Skip to content

Commit

Permalink
Merge pull request #1524 from prismicio/dani/link-variant-fix
Browse files Browse the repository at this point in the history
Fix delete link variant bug
  • Loading branch information
dani-mp authored Dec 24, 2024
2 parents 04e41d1 + 33e7931 commit fc2d75e
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 fc2d75e

Please sign in to comment.