From 8b33cde3c4124937793e5d99101ea190d710c4fb Mon Sep 17 00:00:00 2001 From: anna Date: Tue, 20 Feb 2024 11:02:26 +0800 Subject: [PATCH] fix bug --- src/pages/authentication/auth-forms/CustomFormWizard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/authentication/auth-forms/CustomFormWizard.js b/src/pages/authentication/auth-forms/CustomFormWizard.js index 159edc4..efc324e 100644 --- a/src/pages/authentication/auth-forms/CustomFormWizard.js +++ b/src/pages/authentication/auth-forms/CustomFormWizard.js @@ -902,6 +902,7 @@ const CustomFormWizard = (props) => { } } else { setSelectedIdDocInputType(""); + setSelectedIdDocType({}); } }} sx={{ "#address4-combo": { padding: "0px 0px 0px 0px" }, "& .MuiAutocomplete-endAdornment": { top: "auto" }, }}