fix: fallback to image for media
This commit is contained in:
parent
4f133aabc0
commit
842102cea4
2 changed files with 14 additions and 20 deletions
|
@ -16,7 +16,7 @@ defineEmits<{
|
|||
|
||||
<template>
|
||||
<div relative group>
|
||||
<status-attachment :attachment="attachment" w-full />
|
||||
<StatusAttachment :attachment="attachment" w-full />
|
||||
<div absolute right-2 top-2>
|
||||
<div
|
||||
v-if="removable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue