Skip to content

Commit

Permalink
Update UploadData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhavya-egov authored May 30, 2024
1 parent fda7e21 commit f0aa6c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const UploadData = ({ formData, onSelect, ...props }) => {
const [readMeInfo, setReadMeInfo] = useState({});
const [enabled, setEnabled] = useState(false);
const currentKey = searchParams.get("key");
console.log("currentKey",currentKey);


useEffect(() => {
if (type === "facilityWithBoundary") {
Expand Down

0 comments on commit f0aa6c3

Please sign in to comment.