Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
Resolve Conflicts and set active step to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-kumar09 committed Sep 20, 2020
1 parent 61a6127 commit e53a1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/pages/ApplicationsView/ApplicationSteps.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export function ApplicationSteps({ applicationId, setCourseTitle }) {
const isMountedRef = useIsMountedRef();
const baseUrl =
'https://us-central1-codeforcauseorg.cloudfunctions.net/widgets/applications/request';
const [activeStep, setActiveStep] = React.useState(-1);
const [activeStep, setActiveStep] = React.useState(1);
const [formData, setFormData] = React.useState({
personal: {},
education: {},
Expand Down

0 comments on commit e53a1d3

Please sign in to comment.