Skip to content
Snippets Groups Projects
Commit dfe52437 authored by Mathias Chouet's avatar Mathias Chouet
Browse files

Fix bug in PAB results reset

parent d94eeb13
No related branches found
No related tags found
No related merge requests found
......@@ -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