Fixed an issue where query tool title did not change after 'Save As' until any new change is made. #6193

This commit is contained in:
Aditya Toshniwal
2023-12-21 17:40:24 +05:30
parent c85a9be621
commit c8d6ff8a6d
5 changed files with 5 additions and 3 deletions

View File

@@ -146,7 +146,6 @@ export class LayoutDocker {
...panelData.internal,
...attrs,
};
this.eventBus.fireEvent(LAYOUT_EVENTS.REFRESH_TITLE, panelId);
}
getInternalAttrs(panelId) {