Skip to content

Commit

Permalink
changed active stage
Browse files Browse the repository at this point in the history
  • Loading branch information
agnieszkajarosikloj committed Jan 31, 2023
1 parent 6df759e commit ce0508e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const IncorporationPage = () => {
const [isFormEditable, setFormEditable] = useState(false);
const [formValues, setFormValues] = useState<ValuesType>(formValuesMock);
const [shouldValidate, setShouldValidate] = useState(false);
const [activeStageId, setActiveStageId] = useState(StagesEnum.Draft);
const [activeStageId, setActiveStageId] = useState(StagesEnum.Payment);
const sidebarRef = useRef<HTMLElement>(null);

const user = useLoggedInUser();
Expand Down

0 comments on commit ce0508e

Please sign in to comment.