summaryrefslogtreecommitdiff
path: root/src/client/app/common/views
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-09-02 05:42:30 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-09-02 05:42:30 +0900
commitb0f2b209a24ebd7f52bdceefeab5e26fa642d161 (patch)
tree75c2bf47157b1a2bb44e44a48111815877063f10 /src/client/app/common/views
parentFix #5373 (diff)
downloadsharkey-b0f2b209a24ebd7f52bdceefeab5e26fa642d161.tar.gz
sharkey-b0f2b209a24ebd7f52bdceefeab5e26fa642d161.tar.bz2
sharkey-b0f2b209a24ebd7f52bdceefeab5e26fa642d161.zip
Fix error
Diffstat (limited to 'src/client/app/common/views')
-rw-r--r--src/client/app/common/views/components/drive-file-thumbnail.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/drive-file-thumbnail.vue b/src/client/app/common/views/components/drive-file-thumbnail.vue
index d6b0092ca2..f44223ad6f 100644
--- a/src/client/app/common/views/components/drive-file-thumbnail.vue
+++ b/src/client/app/common/views/components/drive-file-thumbnail.vue
@@ -57,7 +57,8 @@ export default Vue.extend({
},
fit: {
type: String,
- required: true
+ required: false,
+ default: 'cover'
},
detail: {
type: Boolean,