Compare commits

..

No commits in common. "292e48cd8b820ec1ddad1e5e86de0b2b1f885b26" and "ba34af1fe6239b3b1f63d206f97ef64a45758236" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

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