mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -146,7 +146,6 @@ export class LayoutDocker {
|
||||
...panelData.internal,
|
||||
...attrs,
|
||||
};
|
||||
this.eventBus.fireEvent(LAYOUT_EVENTS.REFRESH_TITLE, panelId);
|
||||
}
|
||||
|
||||
getInternalAttrs(panelId) {
|
||||
|
||||
Reference in New Issue
Block a user