1
0
Fork 0
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:
Zuhair Rayyes 2022-05-02 13:01:06 +00:00 committed by Bram Wiepjes
parent a0cf33d8f7
commit fdc439369b
22 changed files with 629 additions and 144 deletions
web-frontend/modules/database/components/field

View file

@ -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"