Skip to content
Snippets Groups Projects
Commit 2626e710 authored by Mathias Chouet's avatar Mathias Chouet Committed by mathias.chouet
Browse files

Fix bug in PAB results reset

parent e47ba1cf
No related branches found
No related tags found
1 merge request!82Resolve "Ajout de la fonctionnalité "Respect des critères""
......@@ -82,7 +82,7 @@ export class FormulairePab extends FormulaireDefinition {
return this._pabResults;
}
public resetResults() { // @TODO why not resetFormResults() only ?
public resetFormResults() {
this._pabResults.reset();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment