Jason Chuang 1 년 전
부모
커밋
acf324d84d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      src/pages/authentication/IAmSmartRegister.js

+ 1
- 0
src/pages/authentication/IAmSmartRegister.js 파일 보기

@@ -55,6 +55,7 @@ const Register = () => {
const [activeStep, setActiveStep] = useState(0);
const [completed, setCompleted] = useState([false]);
const [updateValid, setUpdateValid] = useState(false);
const [base64Url, setBase64Url] = useState("")
const [idNo, setIdNo] = useState("");

const totalSteps = () => {


불러오는 중...
취소
저장