Compare commits

..

2 Commits

1 changed files with 3 additions and 1 deletions

View File

@ -132,13 +132,15 @@ const StepOneComponent = (props) => {
}, []);
useEffect(() => {
if (qualificationsTypeId && stakeholderLevel) {
if (stakeholderLevel) {
if (stakeholderLevel === "two-level") {
getCorpInfoList(1, 1);
}
else {
getCorpInfoList(1, 0);
}
}
if (qualificationsTypeId && stakeholderLevel) {
getQualificationsListAll();
}
else {