mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Add revenue.
This commit is contained in:
parent
3f477c5d50
commit
f3efe0c9c3
17 changed files with 488 additions and 4 deletions
|
|
@ -27,7 +27,7 @@ const schema: YupRequest = {
|
|||
websiteId: yup.string().uuid().required(),
|
||||
type: yup
|
||||
.string()
|
||||
.matches(/funnel|insights|retention|utm|goals|journey/i)
|
||||
.matches(/funnel|insights|retention|utm|goals|journey|revenue/i)
|
||||
.required(),
|
||||
name: yup.string().max(200).required(),
|
||||
description: yup.string().max(500),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue