This is an automated email from the ASF dual-hosted git repository.
mfholz pushed a commit to branch breadcrumb-dashboard
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/breadcrumb-dashboard by this
push:
new 7549008e10 fix: breadcrumb import
7549008e10 is described below
commit 7549008e1099a4b86b239c7993b4a7542005d0ce
Author: Marcelfrueh <[email protected]>
AuthorDate: Fri Apr 4 11:18:19 2025 +0200
fix: breadcrumb import
---
ui/src/app/dashboard/components/panel/dashboard-panel.component.ts | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ui/src/app/dashboard/components/panel/dashboard-panel.component.ts
b/ui/src/app/dashboard/components/panel/dashboard-panel.component.ts
index cc4a4dff56..ca0bfb05b0 100644
--- a/ui/src/app/dashboard/components/panel/dashboard-panel.component.ts
+++ b/ui/src/app/dashboard/components/panel/dashboard-panel.component.ts
@@ -45,12 +45,11 @@ import {
} from '@streampipes/shared-ui';
import { MatDialog } from '@angular/material/dialog';
import { map, switchMap } from 'rxjs/operators';
-import { SpDataExplorerRoutes } from
'../../../data-explorer/data-explorer.routes';
+import { SpDashboardRoutes } from '../../dashboard.routes';
import { DataExplorerRoutingService } from
'../../../data-explorer-shared/services/data-explorer-routing.service';
import { DataExplorerDetectChangesService } from
'../../../data-explorer/services/data-explorer-detect-changes.service';
import { SupportsUnsavedChangeDialog } from
'../../../data-explorer-shared/models/dataview-dashboard.model';
import { TranslateService } from '@ngx-translate/core';
-import { SpDashboardRoutes } from '../../dashboard.routes';
@Component({
selector: 'sp-dashboard-panel',