diff options
Diffstat (limited to 'viewer/src/components/LdGallery.vue')
-rw-r--r-- | viewer/src/components/LdGallery.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/components/LdGallery.vue b/viewer/src/components/LdGallery.vue index 0c0a43c..edd479c 100644 --- a/viewer/src/components/LdGallery.vue +++ b/viewer/src/components/LdGallery.vue | |||
@@ -36,7 +36,7 @@ export default class LdPicture extends Vue { | |||
36 | @Prop(String) readonly noresult?: string; | 36 | @Prop(String) readonly noresult?: string; |
37 | 37 | ||
38 | get sortedItems() { | 38 | get sortedItems() { |
39 | return this.items.sort(this.$uiStore.sortFn); | 39 | return this.items.sort(this.$uiStore.sort.fn); |
40 | } | 40 | } |
41 | 41 | ||
42 | get hasNoResults(): boolean { | 42 | get hasNoResults(): boolean { |