Skip to content

Commit

Permalink
Merge branch 'vertical-stepper-implemenetation' of https://github.com…
Browse files Browse the repository at this point in the history
…/egovernments/DIGIT-Frontend into vertical-stepper-implemenetation
  • Loading branch information
ashish-egov committed Oct 7, 2024
2 parents e1c207f + a8787a5 commit b30cc19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8,745 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ const UploadDataCustom = React.memo(({ formData, onSelect, ...props }) => {
}
}
} catch (error) {
console.log(error);
console.error("Error during Excel validation:", error);
reject("HCM_FILE_UNAVAILABLE");
}
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const SetupMicroplan = ({ hierarchyType, hierarchyData }) => {

useEffect(() => {
const handleCheckingEvent = () => {
console.log("Checking event triggered");
const newKey = parseInt(new URLSearchParams(window.location.search).get("key")) || 1;
setCurrentKey(newKey);
};
Expand Down
Loading

0 comments on commit b30cc19

Please sign in to comment.