fix: not select file should not show delete btn
This commit is contained in:
parent
7a56f205ec
commit
4518d5fb96
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ const { pdf, pages } = usePDF(computed(() => currentFile.value?.url));
|
|||
{{ currentFileSelected }}
|
||||
<CloseButton
|
||||
icon-only
|
||||
v-if="!readonly"
|
||||
v-if="!readonly && !!currentFileSelected"
|
||||
type="button"
|
||||
class="q-ml-sm"
|
||||
@click="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue