Thread: pgAdmin 4 commit: Fixed an issue when switching between connections in

pgAdmin 4 commit: Fixed an issue when switching between connections in

From
Akshay Joshi
Date:
Fixed an issue when switching between connections in the Query Tool dropdown,
the background and foreground colors should be changed. Fixes #7374

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b507eb8857baf6f4034732267698aa9ebfea8f9c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_10.rst                                | 1 +
web/pgadmin/tools/sqleditor/__init__.py                          | 2 ++
.../tools/sqleditor/static/js/components/QueryToolComponent.jsx  | 4 ++++
.../static/js/components/dialogs/NewConnectionDialog.jsx         | 9 ++++++++-
4 files changed, 15 insertions(+), 1 deletion(-)