We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66b68dc + 868deb2 commit cdce379Copy full SHA for cdce379
1 file changed
webapp/components/experiments/ExperimentEdit.js
@@ -268,7 +268,7 @@ const ExperimentEdit = (props) => {
268
269
useEffect(() => {
270
getParameters();
271
- }, []);
+ });
272
273
const validateExperimentName = (name) => {
274
const isEmpty = (val) => val == null || val.trim() === '';
0 commit comments