Skip to content

Commit

Permalink
fix(constants.js): add missing switch in field types
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Feb 10, 2022
1 parent cc15b43 commit bfdba3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const constants = {
steps: 'steps',
random: 'random',
text: 'text',
boolean: 'boolean'
boolean: 'boolean',
switch: 'switch'
},
extraInfos: {
surface: 'surface',
Expand Down

0 comments on commit bfdba3f

Please sign in to comment.