未验证 提交 98ba0fb7 编写于 作者: M Marcos Diez 提交者: GitHub

fix dashboard becomes unresponsive after clickin on an ingress rule (#5798)

上级 4acea106
......@@ -49,7 +49,7 @@ export class IngressRuleFlatListComponent implements OnInit, OnChanges {
}
ngOnChanges(changes: {tlsList: SimpleChange}): void {
if (changes.tlsList.currentValue) {
if (changes.tlsList && changes.tlsList.currentValue) {
this.tlsHostMap_.clear();
[]
.concat(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册