diff --git a/client/src/data/form-styleguide.json b/client/src/data/form-styleguide.json index 9ec130d..e6fd052 100644 --- a/client/src/data/form-styleguide.json +++ b/client/src/data/form-styleguide.json @@ -50,14 +50,14 @@ "placeholder": "e.g. Jelly McJellyfish", "type": "text", "required": true, - "small": true, + "small": "true", "help": "Help me" }, "industry2": { "label": "Industry", "type": "select", "required": true, - "small": true, + "small": "true", "options": ["Automotive", "Technology"] } }