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 |
-
class ApiEditDialogComponent implements OnInit {
|
41 |
form!: FormGroup;
|
42 |
saving = false;
|
43 |
testing = false;
|
@@ -365,6 +365,4 @@ class ApiEditDialogComponent implements OnInit {
|
|
365 |
cancel() {
|
366 |
this.dialogRef.close(false);
|
367 |
}
|
368 |
-
}
|
369 |
-
|
370 |
-
export default ApiEditDialogComponent;
|
|
|
37 |
templateUrl: './api-edit-dialog.component.html',
|
38 |
styleUrls: ['./api-edit-dialog.component.scss']
|
39 |
})
|
40 |
+
export default class ApiEditDialogComponent implements OnInit {
|
41 |
form!: FormGroup;
|
42 |
saving = false;
|
43 |
testing = false;
|
|
|
365 |
cancel() {
|
366 |
this.dialogRef.close(false);
|
367 |
}
|
368 |
+
}
|
|
|
|