folder: hide list on recursive

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/888/head
Varun Patil 2023-10-19 22:38:46 -07:00
parent 3575c0b166
commit 6f344b863f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<FolderGrid v-if="folders.length" :items="folders" />
<FolderGrid v-if="folders.length && !$route.query.recursive" :items="folders" />
</template>
<script lang="ts">