[CST-9636] Fix lint

This commit is contained in:
Giuseppe Digilio
2023-05-12 09:25:47 +02:00
parent 6808eec3a4
commit 377e27b305
9 changed files with 60 additions and 60 deletions

View File

@@ -28,7 +28,7 @@ export class BulkAccessSettingsComponent {
* This will also reset the state of the child components (bitstream and item access)
*/
reset() {
this.controlForm.reset()
this.controlForm.reset();
}
}