fix:修复endpoint-query 的save chart无法创建新panel的问题
This commit is contained in:
@@ -675,7 +675,7 @@
|
||||
panelId = this.panelId;
|
||||
panel=this.panelData.find(p => p.id === this.panelId);
|
||||
resolve()
|
||||
} else if (this.showPanel && this.showPanel.type != "dashboard" && this.showPanel.type != 'explore') {
|
||||
} else if (this.showPanel && this.showPanel.type != "dashboard" && this.showPanel.type != 'explore'&& this.showPanel.type != 'endpointQuery') {
|
||||
panelId = this.panelData[0].id;
|
||||
panel = this.panelData[0]
|
||||
resolve()
|
||||
|
||||
Reference in New Issue
Block a user