Skip to content

Commit 0fdd372

Browse files
committed
fix: keepPreviousData to avoid unmounting of interactive filters
1 parent 39cb7a5 commit 0fdd372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/charts/shared/chart-data-filters.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ const DataFilter = (props: DataFilterProps) => {
252252
// @ts-ignore
253253
filterKeys: otherKeys.join(", "),
254254
},
255+
keepPreviousData: true,
255256
});
256257

257258
const dimension = data?.dataCubesComponents.dimensions[0];

0 commit comments

Comments
 (0)