Skip to content

Commit ea16559

Browse files
committed
feat: Activate dashboard filters for tabs published
1 parent e4709f5 commit ea16559

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/components/chart-published.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import {
1919
} from "@/components/chart-table-preview";
2020
import { useChartStyles } from "@/components/chart-utils";
2121
import { ChartWithFilters } from "@/components/chart-with-filters";
22+
import { DashboardInteractiveFilters } from "@/components/dashboard-interactive-filters";
2223
import Flex from "@/components/flex";
2324
import { HintBlue, HintRed, HintYellow } from "@/components/hint";
2425
import {
@@ -149,6 +150,7 @@ export const ChartPublished = (props: ChartPublishedProps) => {
149150
)}
150151
</Flex>
151152
<ChartTablePreviewProvider>
153+
<DashboardInteractiveFilters />
152154
<ChartWrapper layoutType={state.layout.type}>
153155
<ChartPublishedInner
154156
dataSource={dataSource}

0 commit comments

Comments
 (0)