mirror of
https://github.com/directus/directus.git
synced 2026-01-27 23:57:57 -05:00
File is never new
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
</v-dialog>
|
||||
|
||||
<template #drawer>
|
||||
<file-info-drawer-detail v-if="isNew === false" :file="item" />
|
||||
<file-info-drawer-detail :file="item" />
|
||||
<revisions-drawer-detail
|
||||
v-if="isBatch === false && isNew === false"
|
||||
collection="directus_files"
|
||||
|
||||
Reference in New Issue
Block a user