Goals report CH

This commit is contained in:
Brian Cao
2024-05-05 22:15:47 -07:00
parent 1dda711401
commit 60e7257656
20 changed files with 758 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/i)
.matches(/funnel|insights|retention|utm|goals/i)
.required(),
description: yup.string().max(500),
parameters: yup