Skip to content

Commit

Permalink
fix funman contraint-group-key generation (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwdchang authored May 17, 2024
1 parent c901770 commit 5964d13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<tera-compartment-constraint :variables="modelStates" :mass="mass" />
<tera-constraint-group-form
v-for="(cfg, index) in node.state.constraintGroups"
:key="index + Date.now()"
:key="selectedOutputId + ':' + index"
:config="cfg"
:index="index"
:model-states="modelStates"
Expand Down

0 comments on commit 5964d13

Please sign in to comment.