Commit b2d58aa
committed
networkDesign frontend: fix update loop in simulation edit
The `csvFieldMapper` prop should not be in the dependency list of the
upload status update, otherwise it loops. If the mapper changed, the
parent is already aware, this effect just needs to listen for upload
status updates.1 parent c3e8bd9 commit b2d58aa
File tree
2 files changed
+2
-2
lines changed- packages/transition-frontend/src/components/forms
- csv
- networkDesign/widgets
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments