Skip to content

Commit

Permalink
Update validator app types to match (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadie-phantom authored Feb 15, 2024
1 parent b276c1b commit ccc94b6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/utils/yupValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ const configSchema = object({
"Infographic",
"Interactive_infographic",
"Photo_essay",
"home-page",
"capabilities",
"my-products",
"audience",
"case-studies",
"markets",
"news-and-insights",
"others",
"Home_page",
"Capabilities",
"My_products",
"Audience",
"Case_studies",
"Markets",
"News_and_insights",
"Other",
]),
publishDate: string().nullable().default(""),
isBranded: boolean().defined(),
Expand Down

0 comments on commit ccc94b6

Please sign in to comment.