Fix bug in Field.vue

This commit is contained in:
Kevin Chung
2020-08-21 01:18:47 -04:00
parent e5641b1214
commit 1b54755dfe
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
v-model.lazy="field.field_type"
>
<option value="text">Text Field</option>
<option value="checkbox">Checkbox</option>
<option value="boolean">Checkbox</option>
</select>
<small class="form-text text-muted"
>Type of field shown to the user</small

File diff suppressed because one or more lines are too long