mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure text is visible in the SQL Filter dialogue. Fixes #3478
This commit is contained in:
committed by
Dave Page
parent
41a8333145
commit
d1784137a5
@@ -617,7 +617,7 @@ class Preferences(object):
|
||||
try:
|
||||
pref.set(value)
|
||||
except Exception as e:
|
||||
current_app.logger.exeception(e)
|
||||
current_app.logger.exception(e)
|
||||
return False, str(e)
|
||||
|
||||
return True, None
|
||||
|
||||
Reference in New Issue
Block a user