Spaces:
Building
Building
Update flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.ts
Browse files
flare-ui/src/app/dialogs/api-edit-dialog/api-edit-dialog.component.ts
CHANGED
@@ -37,7 +37,7 @@ import { ApiService } from '../../services/api.service';
|
|
37 |
templateUrl: './api-edit-dialog.component.html',
|
38 |
styleUrls: ['./api-edit-dialog.component.scss']
|
39 |
})
|
40 |
-
|
41 |
form!: FormGroup;
|
42 |
saving = false;
|
43 |
testing = false;
|
|
|
37 |
templateUrl: './api-edit-dialog.component.html',
|
38 |
styleUrls: ['./api-edit-dialog.component.scss']
|
39 |
})
|
40 |
+
class ApiEditDialogComponent implements OnInit {
|
41 |
form!: FormGroup;
|
42 |
saving = false;
|
43 |
testing = false;
|