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

Commit e53a1d3

Browse files
Resolve Conflicts and set active step to 1
1 parent 61a6127 commit e53a1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/pages/ApplicationsView/ApplicationSteps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export function ApplicationSteps({ applicationId, setCourseTitle }) {
9797
const isMountedRef = useIsMountedRef();
9898
const baseUrl =
9999
'https://us-central1-codeforcauseorg.cloudfunctions.net/widgets/applications/request';
100-
const [activeStep, setActiveStep] = React.useState(-1);
100+
const [activeStep, setActiveStep] = React.useState(1);
101101
const [formData, setFormData] = React.useState({
102102
personal: {},
103103
education: {},

0 commit comments

Comments
 (0)