Skip to content

Commit 932aabd

Browse files
authored
Merge pull request #1467 from visualize-admin/fix/several-issues
fix: Smaller issues
2 parents 28181f8 + 0fdd372 commit 932aabd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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];

app/components/form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ export const Select = (props: FormSelectProps) => {
363363
<Label
364364
htmlFor={id}
365365
smaller
366-
sx={{ display: "flex", alignItems: "center", mt: 2 }}
366+
sx={{ display: "flex", alignItems: "center" }}
367367
>
368368
{label}
369369
{topControls}

0 commit comments

Comments
 (0)