1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-17 14:22:02 +00:00

Fix bug where the single and multiple select fields did not had the create...

This commit is contained in:
Bram Wiepjes 2022-08-31 09:37:27 +00:00
parent 8140b1fea6
commit b8aacc8152
3 changed files with 4 additions and 2 deletions
web-frontend/modules/database/components/row

View file

@ -31,7 +31,7 @@
<FieldSelectOptionsDropdown
ref="dropdown"
:options="availableSelectOptions"
:allow-create-options="allowCreateOptions"
:allow-create-option="allowCreateOptions"
:disabled="readOnly"
:show-input="false"
:show-empty-value="false"