chore: hide search until it's ready

This commit is contained in:
Pitu 2019-09-30 07:26:15 +00:00
parent 4db167ec43
commit b1f56ef9b9
1 changed files with 2 additions and 1 deletions

View File

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