Spaces:
Paused
Paused
Update flare-ui/src/app/components/apis/apis.component.ts
Browse files
flare-ui/src/app/components/apis/apis.component.ts
CHANGED
|
@@ -638,7 +638,7 @@ export class ApisComponent implements OnInit, OnDestroy {
|
|
| 638 |
|
| 639 |
// Always show dialog for import results
|
| 640 |
try {
|
| 641 |
-
await this.showImportResultsDialog(imported, failed, errors
|
| 642 |
} catch (dialogError) {
|
| 643 |
console.error('Failed to show import dialog:', dialogError);
|
| 644 |
// Fallback to snackbar
|
|
|
|
| 638 |
|
| 639 |
// Always show dialog for import results
|
| 640 |
try {
|
| 641 |
+
await this.showImportResultsDialog(imported, failed, errors);
|
| 642 |
} catch (dialogError) {
|
| 643 |
console.error('Failed to show import dialog:', dialogError);
|
| 644 |
// Fallback to snackbar
|