diff options
| author | Pitu <[email protected]> | 2019-09-30 07:26:15 +0000 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-09-30 07:26:15 +0000 |
| commit | b1f56ef9b92de59c063407bda54eea299dd149c0 (patch) | |
| tree | ae12555b1dc3306331206ebe8e8d0f817848c9a2 | |
| parent | Fix deletion of albums and links (diff) | |
| download | host.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.vue | 3 |
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> |