mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-14 21:22:19 +00:00
Resolve "Show select_option suggestion when converting TO a single_select field"
This commit is contained in:
parent
a0cf33d8f7
commit
fdc439369b
22 changed files with 629 additions and 144 deletions
web-frontend/modules/database/components/field
|
@ -68,6 +68,7 @@
|
|||
:is="getFormComponent(values.type)"
|
||||
ref="childForm"
|
||||
:table="table"
|
||||
:field-type="values.type"
|
||||
:name="values.name"
|
||||
:default-values="defaultValues"
|
||||
@validate="$v.$touch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue