Skip to content

Commit

Permalink
bug fix: lang is not mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushgarg-dev committed Oct 15, 2023
1 parent 5ffe0ba commit 60a8c83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions/graphql/form/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const types = `#graphql
thankyouMessage: String
name: String!
enableCTA: Boolean!
ctaTitle: String
ctaURL: String
Expand All @@ -79,7 +79,7 @@ export const types = `#graphql
collectUserImage: Boolean!
collectWebsiteURL: Boolean!
collectCompany: Boolean!
lang: String!
lang: String
}
type Form {
Expand Down Expand Up @@ -111,7 +111,7 @@ export const types = `#graphql
primaryColor: String!
backgroundColor: String!
lang: String!
lang: String
collectVideoTestimonials: Boolean!
collectTextTestimonials: Boolean!
Expand Down

0 comments on commit 60a8c83

Please sign in to comment.