From c98f27f52567e4b1ca7a5abe11b76ce02ff55031 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Tue, 9 Jun 2026 11:25:36 -0700 Subject: [PATCH] FN-6095: remove reports dashboard re-export Avoid exporting the dashboard view from the reports plugin entrypoint to reduce CSS import crash risk. - stop re-exporting ReportsDashboardView from the plugin index module - keep the dashboard view registered through componentPath without loading dashboard-only code on import Files changed: plugins/fusion-plugin-reports/src/index.ts | 1 - 1 file changed, 1 deletion(-) Fusion-Task-Id: FN-6095 Fusion-Task-Lineage: 8737a009-7466-42fd-b616-d3b89d84b6a6 --- plugins/fusion-plugin-reports/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/fusion-plugin-reports/src/index.ts b/plugins/fusion-plugin-reports/src/index.ts index 362298d95f..31807f6d98 100644 --- a/plugins/fusion-plugin-reports/src/index.ts +++ b/plugins/fusion-plugin-reports/src/index.ts @@ -16,7 +16,6 @@ import { } from "./settings.js"; import type { ReportCadence, ReportCreateInput } from "./store/report-types.js"; import { ReportStore } from "./store/report-store.js"; -export { ReportsDashboardView } from "./dashboard-view.js"; const plugin = definePlugin({ manifest: {