Fix photo component name

pull/37/head
Varun Patil 2022-09-07 14:05:51 -07:00
parent f8e6b21656
commit b6cce36f0c
1 changed files with 1 additions and 1 deletions

View File

@ -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,