From b6cce36f0cc9f7469cac9d327a14c97bcac2b4a5 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Wed, 7 Sep 2022 14:05:51 -0700 Subject: [PATCH] Fix photo component name --- src/components/Photo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Photo.vue b/src/components/Photo.vue index d9741a69..06756c52 100644 --- a/src/components/Photo.vue +++ b/src/components/Photo.vue @@ -19,7 +19,7 @@ import * as dav from "../services/DavRequests"; import { getPreviewUrl } from "../services/FileUtils"; export default { - name: 'Folder', + name: 'Photo', props: { data: { type: Object,