Skip to content
Snippets Groups Projects
Commit af57ed97 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

rename experimentMetaData to experimentMetadata

parent 2e9596db
No related branches found
No related tags found
No related merge requests found
Pipeline #80159 passed
......@@ -17,7 +17,7 @@
:experiment-name.sync="experimentToAdd.experiment.name"
:experiment-description.sync="experimentToAdd.experiment.description"
:experiment-file.sync="experimentToAdd.experiment.file"
:experiment-metadata.sync="experimentToAdd.experimentMetaData"
:experiment-metadata.sync="experimentToAdd.experimentMetadata"
@update-experiments="$emit('update-experiments')"
@update-phenotype-categories="$fetch()"
>
......@@ -63,7 +63,7 @@ export default {
description: '',
file: null,
},
experimentMetaData: [],
experimentMetadata: [],
},
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment