Skip to content

Commit

Permalink
Update apps/old/widget/components/UploadField.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Megha <[email protected]>
  • Loading branch information
Jikugodwill and Megha-Dev-19 authored Jul 7, 2024
1 parent a43f60f commit ec329ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/old/widget/components/UploadField.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const initialMsg = (
);

const [img, setImg] = useState("");
const [msg, setMsg] = useState(initialMsg);
const [displayText, setDisplayText] = useState(initialMsg);

const SpinningIcon = styled.i`
animation: spin 0.8s linear infinite;
Expand Down

0 comments on commit ec329ea

Please sign in to comment.