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

Fix bug in PAB results reset

parent 0edc67df
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