mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Fix image uploading dialog.
This commit is contained in:
@@ -173,7 +173,7 @@ export function ImageDrapArea({
|
||||
|
||||
return (
|
||||
<>
|
||||
<dialog id="uploading_image_dialog" className="modal">
|
||||
<dialog id="uploading_image_dialog" className="modal" open={isUploading}>
|
||||
<div className="modal-box">
|
||||
<h3 className="font-bold text-lg">Uploading Image</h3>
|
||||
<div className={"flex items-center justify-center w-full h-40"}>
|
||||
|
Reference in New Issue
Block a user