Skip to content

Commit

Permalink
Fix variant options not being added correctly (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored Dec 7, 2024
1 parent 87fd33b commit 962c7f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ export default {
}
return {
...existingData,
key: key,
variant: variantName,
...existingData,
}
})
Expand Down

0 comments on commit 962c7f9

Please sign in to comment.