mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 22:46:13 +00:00
fix error when creating evaluation
This commit is contained in:
parent
ff66aa5590
commit
5fe0790912
@ -206,6 +206,7 @@ const store = createStore({
|
|||||||
comment: "",
|
comment: "",
|
||||||
editEvaluation: true,
|
editEvaluation: true,
|
||||||
workflows_availables: state.work.workflows_availables_evaluation,
|
workflows_availables: state.work.workflows_availables_evaluation,
|
||||||
|
documents: [],
|
||||||
};
|
};
|
||||||
state.evaluationsPicked.push(e);
|
state.evaluationsPicked.push(e);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user