|
@@ -1138,7 +1138,10 @@ const onIptSetErrorTxt = (params = {}) => {
|
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
- setDiscordErrTxt({getDuildId: true});
|
|
|
+
|
|
|
+ setDiscordErrTxt({getDuildId: true}, () => {
|
|
|
+ iptErrMsgTxt.value = '';
|
|
|
+ });
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1234,6 +1237,8 @@ const setDiscordErrTxt = (params = {showPop: false}, cb) => {
|
|
|
iptErrType = 'discord';
|
|
|
}
|
|
|
}
|
|
|
+ } else {
|
|
|
+ cb && cb();
|
|
|
}
|
|
|
}
|
|
|
|