fix: type error

This commit is contained in:
patak 2022-12-15 00:40:39 +01:00
parent 2f8085fa86
commit 420cc23ede

View file

@ -15,7 +15,7 @@ defineEmits<{
}>()
const isEditDialogOpen = ref(false)
const description = ref(props.attachment.description)
const description = ref(props.attachment.description ?? '')
</script>
<template>