prettier cleanup

This commit is contained in:
smilerz
2022-01-17 08:35:19 -06:00
parent 37971acb48
commit dde350c8af
4 changed files with 4 additions and 85 deletions

View File

@@ -499,7 +499,7 @@
:allow-empty="true"
:preserve-search="true"
:internal-search="false"
:limit="options_limit"
:limit="options_limit"
placeholder="{% trans 'Select one' %}"
tag-placeholder="{% trans 'Select' %}"
label="text"
@@ -539,7 +539,7 @@
:allow-empty="false"
:preserve-search="true"
:internal-search="false"
:limit="options_limit"
:limit="options_limit"
label="text"
track-by="id"
:multiple="false"
@@ -591,7 +591,7 @@
:hide-selected="true"
:preserve-search="true"
:internal-search="false"
:limit="options_limit"
:limit="options_limit"
placeholder="{% trans 'Select one' %}"
tag-placeholder="{% trans 'Add Keyword' %}"
:taggable="true"