add funnel updates to relational query

This commit is contained in:
Francis Cao 2024-04-02 00:32:19 -07:00
parent bc5e85c838
commit 6ee9bb07da
2 changed files with 4 additions and 3 deletions

View file

@ -34,7 +34,8 @@ const schema = {
value: yup.string().required(),
}),
)
.min(2),
.min(2)
.required(),
window: yup.number().positive().required(),
dateRange: yup
.object()