fix panelExchange logic (#66)
Signed-off-by: Yue, Wenjiao <wenjiao.yue@intel.com>
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
}
|
||||
|
||||
function panelExchange() {
|
||||
if (currentIdx === 1) {
|
||||
if (currentIdx === 2) {
|
||||
kb_id.set("");
|
||||
dispatch("clearMsg", { status: true });
|
||||
} else if (currentIdx === 2) {
|
||||
} else if (currentIdx === 1) {
|
||||
message = "";
|
||||
dispatch("clearMsg", { status: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user