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

Fix bug in PAB results reset

parent 67e7bbf2
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ export class FormulairePab extends FormulaireDefinition { ...@@ -82,7 +82,7 @@ export class FormulairePab extends FormulaireDefinition {
return this._pabResults; return this._pabResults;
} }
public resetResults() { // @TODO why not resetFormResults() only ? public resetFormResults() {
this._pabResults.reset(); 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