aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-09-30 07:26:15 +0000
committerPitu <[email protected]>2019-09-30 07:26:15 +0000
commitb1f56ef9b92de59c063407bda54eea299dd149c0 (patch)
treeae12555b1dc3306331206ebe8e8d0f817848c9a2
parentFix deletion of albums and links (diff)
downloadhost.fuwn.me-b1f56ef9b92de59c063407bda54eea299dd149c0.tar.xz
host.fuwn.me-b1f56ef9b92de59c063407bda54eea299dd149c0.zip
chore: hide search until it's ready
-rw-r--r--src/site/pages/dashboard/index.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/site/pages/dashboard/index.vue b/src/site/pages/dashboard/index.vue
index 7551937..e8b6e38 100644
--- a/src/site/pages/dashboard/index.vue
+++ b/src/site/pages/dashboard/index.vue
@@ -21,7 +21,8 @@
<hr>
<!-- TODO: Add a list view so the user can see the files that don't have thumbnails, like text documents -->
<Grid v-if="files.length"
- :files="files" />
+ :files="files"
+ :enableSearch="false" />
</div>
</div>
</div>