Skip to content

Commit

Permalink
show loader icon during image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sabzdotpy committed Dec 27, 2024
1 parent 3c59b7c commit f4b8e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/EventRegister.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ export default function EventRegister() {
<img src={imageUrlRef.current} alt="Uploaded" style={{ maxWidth: '20%', marginTop: '10px' , marginLeft: "40%"}} />
)}

{registrationLoading && <p>Uploading...</p>}
{registrationLoading && <p> <FiLoader /> Uploading...</p>}
</div>
<div className="row">
<label htmlFor="">Your UPI ID *</label>
Expand Down

0 comments on commit f4b8e60

Please sign in to comment.