Skip to content

Commit

Permalink
fix(app-page-builder): generate unique property id for query selections
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Jul 22, 2024
1 parent 53f2895 commit f818ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Group = makeDecoratable(
</Property>
{querySelection ? (
<Property
id={"querySelections"}
id={`querySelections:${name}`}
array={true}
name={"querySelections"}
value={withUniqueId(querySelection)}
Expand Down

0 comments on commit f818ee1

Please sign in to comment.