mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Albums: Change category selector function to updateQuery #1995
Search results don't update automatically otherwise.
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
append-icon=""
|
||||
:items="categories"
|
||||
class="hidden-xs-only input-category background-inherit elevation-0"
|
||||
@change="(v) => {updateFilter({'category': v})}"
|
||||
@change="(v) => {updateQuery({'category': v})}"
|
||||
>
|
||||
</v-overflow-btn>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user