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