fix: type error
This commit is contained in:
parent
2f8085fa86
commit
420cc23ede
|
@ -15,7 +15,7 @@ defineEmits<{
|
|||
}>()
|
||||
|
||||
const isEditDialogOpen = ref(false)
|
||||
const description = ref(props.attachment.description)
|
||||
const description = ref(props.attachment.description ?? '')
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in a new issue