Fixed some issues related to the dropdown background color. Fixes #7374

This commit is contained in:
Aditya Toshniwal 2022-05-30 17:05:48 +05:30 committed by Akshay Joshi
parent f7836b67af
commit 4c50940634

View File

@ -104,6 +104,8 @@ export default function QueryToolComponent({params, pgWindow, pgAdmin, selectedN
user: params.username,
role: null,
title: _.unescape(params.title),
fgcolor: params.fgcolor,
bgcolor: params.bgcolor,
conn_title: getTitle(
pgAdmin, null, selectedNodeInfo, true, params.server_name, params.database_name || getDatabaseLabel(selectedNodeInfo),
params.username, params.is_query_tool == 'true' ? true : false),