diff options
Diffstat (limited to 'viewer/src/views/GalleryNavigation.vue')
-rw-r--r-- | viewer/src/views/GalleryNavigation.vue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/viewer/src/views/GalleryNavigation.vue b/viewer/src/views/GalleryNavigation.vue index 08c8218..2e40409 100644 --- a/viewer/src/views/GalleryNavigation.vue +++ b/viewer/src/views/GalleryNavigation.vue | |||
@@ -65,10 +65,7 @@ export default class GalleryNavigation extends Vue { | |||
65 | return { component: "ld-picture", properties: { picture: this.$galleryStore.currentItem } }; | 65 | return { component: "ld-picture", properties: { picture: this.$galleryStore.currentItem } }; |
66 | 66 | ||
67 | default: | 67 | default: |
68 | return { | 68 | return { component: "ld-download", properties: { item: this.$galleryStore.currentItem } }; |
69 | component: "ld-error", | ||
70 | properties: { icon: "file", message: this.$t("gallery.unknown-type") } | ||
71 | }; | ||
72 | } | 69 | } |
73 | } | 70 | } |
74 | } | 71 | } |