Compare commits
No commits in common. "292e48cd8b820ec1ddad1e5e86de0b2b1f885b26" and "ba34af1fe6239b3b1f63d206f97ef64a45758236" have entirely different histories.
292e48cd8b
...
ba34af1fe6
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue