mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
feat(Collection): allow to show/hide a collection from homepage
This commit is contained in:
parent
58008e8cd6
commit
d4db4e3d67
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ v-container
|
|||
v-col(cols=4)
|
||||
v-autocomplete(v-model='filterActors'
|
||||
cache-items
|
||||
:prepend-icon="mdiTagMultiple"
|
||||
:prepend-inner-icon="mdiTagMultiple"
|
||||
chips small-chips multiple deletable-chips hide-no-data hide-selected persistent-hint
|
||||
:disabled="!collection.id"
|
||||
placeholder='Local'
|
||||
|
|
Loading…
Reference in a new issue