mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
add funnel updates to relational query
This commit is contained in:
parent
bc5e85c838
commit
6ee9bb07da
2 changed files with 4 additions and 3 deletions
|
|
@ -34,7 +34,8 @@ const schema = {
|
|||
value: yup.string().required(),
|
||||
}),
|
||||
)
|
||||
.min(2),
|
||||
.min(2)
|
||||
.required(),
|
||||
window: yup.number().positive().required(),
|
||||
dateRange: yup
|
||||
.object()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue