diff --git a/components/panel/addDoctor/index.js b/components/panel/addDoctor/index.js index 82ef8fd..85d13ee 100644 --- a/components/panel/addDoctor/index.js +++ b/components/panel/addDoctor/index.js @@ -10,7 +10,7 @@ import Step from "./Step"; import { defaultState } from "./defaultState"; function AddDoctorPage() { - const [value, setValue] = useState(2); + const [value, setValue] = useState(0); const [data, setData] = useState(defaultState); const resetData = () => {