Skip to content

Commit

Permalink
remov unused state variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mithunhegde-egov committed Oct 3, 2024
1 parent 9844f55 commit 8a0f745
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const TenantConfigUpload = () => {
const [isError, setIsError] = useState(false);
const [uploadData, setUploadData] = useState([]); // State to store the uploaded data
const [tenantDocument, setDocuments] = useState([]);
const [canSubmit, setCanSubmit] = useState(false);



Expand Down

0 comments on commit 8a0f745

Please sign in to comment.