Skip to content
Snippets Groups Projects
Commit d5ad2506 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: reset page validity

parent bae1fbe5
No related branches found
No related tags found
3 merge requests!418V2.1.0,!400V2.0,!230V2.0
......@@ -377,6 +377,7 @@ export class FormViewComponent implements OnInit {
}
public setCurrentStep(step: stepType): void {
//THIS PROBABLY CREATES CONSOLE ERRORS NG100 only in dev mode, please refer to https://angular.io/errors/NG0100 for more info
this.isPageValid = false;
this.currentPage = step;
}
public async saveEditedStructure() {
......
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