mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 19:00:38 +09:00
fix(ui): address review follow-ups
This commit is contained in:
parent
a3ecc086d9
commit
51414be269
2 changed files with 3 additions and 2 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue