hide search filters when none is allowed
This commit is contained in:
parent
577b7a713a
commit
0df2b4b951
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
v-text-field(hide-details outlined
|
v-text-field(hide-details outlined
|
||||||
:placeholder='$t("common.search")'
|
:placeholder='$t("common.search")'
|
||||||
@input="v => setFilter(['query', v])" clearable :clear-icon='mdiClose')
|
@input="v => setFilter(['query', v])" clearable :clear-icon='mdiClose')
|
||||||
template(v-slot:append)
|
template(v-slot:append v-if='settings.allow_recurrent_event || settings.allow_multidate_event')
|
||||||
v-icon(v-text='mdiCog' v-bind='attrs' v-on='on')
|
v-icon(v-text='mdiCog' v-bind='attrs' v-on='on')
|
||||||
v-card(outlined :rounded='"0"')
|
v-card(outlined :rounded='"0"')
|
||||||
v-card-text
|
v-card-text
|
||||||
|
|
Loading…
Reference in a new issue