fix(ui): address review follow-ups

This commit is contained in:
dotta 2026-04-06 21:56:13 -05:00
parent a3ecc086d9
commit 51414be269
2 changed files with 3 additions and 2 deletions

View file

@ -883,7 +883,7 @@ export const MarkdownEditor = forwardRef<MarkdownEditorRef, MarkdownEditorProps>
!bordered && "inset-0 rounded-sm",
)}
>
Drop file to upload
Drop {onDropFile ? "file" : "image"} to upload
</div>
)}
{uploadError && (