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