1
0

fix(task): use backdropView prop

This commit is contained in:
kolaente 2024-07-17 13:45:31 +02:00
parent db81701d38
commit 3566b889be
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -705,7 +705,7 @@ const color = computed(() => {
const hasAttachments = computed(() => attachmentStore.attachments.length > 0)
const isModal = computed(() => Boolean(backdropView))
const isModal = computed(() => Boolean(props.backdropView))
function attachmentUpload(file: File, onSuccess?: (url: string) => void) {
return uploadFile(props.taskId, file, onSuccess)