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:
parent
8140b1fea6
commit
b8aacc8152
3 changed files with 4 additions and 2 deletions
web-frontend/modules/database/components/row
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue