Fix export button enabled in bulk access management without selecting step 2

This commit is contained in:
abhinav
2025-04-11 12:09:10 +02:00
parent 0ff8ce9c25
commit 4b3b660354
5 changed files with 50 additions and 11 deletions

View File

@@ -42,4 +42,8 @@ export class BulkAccessSettingsComponent {
this.controlForm.reset();
}
isFormValid() {
return this.controlForm.isValid();
}
}