Skip to content

Commit

Permalink
Merge pull request #88 from CloudEcosystemDev/feat/added-type-of-fiel…
Browse files Browse the repository at this point in the history
…dkey

Fixed comma in flow template schema
  • Loading branch information
jorgerusso committed Oct 30, 2023
2 parents e964a16 + cddd61d commit 8412941
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const mapperDefaultSchema = new Schema(
fieldType: {
type: String,
enum: Object.keys(FIELD_TYPES),
default: FIELD_TYPES.DROPDOWN_SELECTION
default: FIELD_TYPES.DROPDOWN_SELECTION,
required: true,
}
},
type: {
type: String,
enum: Object.keys(TYPES),
Expand Down

0 comments on commit 8412941

Please sign in to comment.