[web-app]bugfix告警设置确定后异常,按钮还在旋转

This commit is contained in:
tomsun28
2022-02-27 10:02:07 +08:00
parent c954b930ce
commit 176b039967

View File

@@ -345,6 +345,7 @@ export class AlertSettingComponent implements OnInit {
.pipe(
finalize(() => {
applyBind$.unsubscribe();
this.isConnectModalOkLoading = false;
})
)
.subscribe(
@@ -359,6 +360,7 @@ export class AlertSettingComponent implements OnInit {
}
},
error => {
this.isConnectModalOkLoading = false;
this.notifySvc.error('应用失败!', error.msg);
}
);