Skip to content

Commit cdce379

Browse files
authored
Merge pull request #406 from MetaCell/feature/386
#386 Refresh parameters on model change
2 parents 66b68dc + 868deb2 commit cdce379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/components/experiments/ExperimentEdit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ const ExperimentEdit = (props) => {
268268

269269
useEffect(() => {
270270
getParameters();
271-
}, []);
271+
});
272272

273273
const validateExperimentName = (name) => {
274274
const isEmpty = (val) => val == null || val.trim() === '';

0 commit comments

Comments
 (0)