fix error when creating evaluation

This commit is contained in:
Julien Fastré 2022-01-24 19:17:04 +01:00
parent ff66aa5590
commit 5fe0790912

View File

@ -206,6 +206,7 @@ const store = createStore({
comment: "",
editEvaluation: true,
workflows_availables: state.work.workflows_availables_evaluation,
documents: [],
};
state.evaluationsPicked.push(e);
},