mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix preferences handling for utilities.
This commit is contained in:
committed by
Dave Page
parent
137bae1b04
commit
33e75d24f8
@@ -303,6 +303,7 @@ class Preferences(object):
|
||||
res = {
|
||||
'id': self.mid,
|
||||
'label': self.label or self.name,
|
||||
'name': self.name,
|
||||
'categories': []
|
||||
}
|
||||
for c in self.categories:
|
||||
|
||||
Reference in New Issue
Block a user