Skip to content

Commit 072ce15

Browse files
committed
chore: dependency added in chart list
1 parent 82cc3f8 commit 072ce15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/charts/list/DiscoverCharts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ const DiscoverChartList = ({ isSuperAdmin }: { isSuperAdmin: boolean }) => {
350350
},
351351
},
352352
},
353-
[],
353+
[isLoading, chartsList],
354354
)
355355

356356
const renderBreadcrumbs = () => {

0 commit comments

Comments
 (0)