diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-02 05:42:30 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-02 05:42:30 +0900 |
| commit | b0f2b209a24ebd7f52bdceefeab5e26fa642d161 (patch) | |
| tree | 75c2bf47157b1a2bb44e44a48111815877063f10 /src/client/app/common | |
| parent | Fix #5373 (diff) | |
| download | sharkey-b0f2b209a24ebd7f52bdceefeab5e26fa642d161.tar.gz sharkey-b0f2b209a24ebd7f52bdceefeab5e26fa642d161.tar.bz2 sharkey-b0f2b209a24ebd7f52bdceefeab5e26fa642d161.zip | |
Fix error
Diffstat (limited to 'src/client/app/common')
| -rw-r--r-- | src/client/app/common/views/components/drive-file-thumbnail.vue | 3 |
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, |