瀏覽代碼

fix bug iamsmart

master
Anna Ho 1 年之前
父節點
當前提交
a9f9efb1bf
共有 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 = () => {


Loading…
取消
儲存