Add revenue.

This commit is contained in:
Brian Cao
2024-06-19 21:41:45 -07:00
parent 3f477c5d50
commit f3efe0c9c3
17 changed files with 488 additions and 4 deletions

View File

@@ -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