Fixed funnel report saving invalid data.

This commit is contained in:
Mike Cao
2025-09-22 22:03:26 -07:00
parent bf16ade184
commit 980e4e6b41
11 changed files with 34 additions and 25 deletions

View File

@@ -59,7 +59,7 @@ export function WebsiteDateFilter({
</Button>
</Row>
)}
<Row width="200px">
<Row minWidth="200px">
<DateFilter
value={value}
onChange={handleChange}