Add revenue.
This commit is contained in:
@@ -27,7 +27,7 @@ const schema = {
|
||||
name: yup.string().max(200).required(),
|
||||
type: yup
|
||||
.string()
|
||||
.matches(/funnel|insights|retention|utm|goals|journey/i)
|
||||
.matches(/funnel|insights|retention|utm|goals|journey|revenue/i)
|
||||
.required(),
|
||||
description: yup.string().max(500),
|
||||
parameters: yup
|
||||
|
||||
Reference in New Issue
Block a user