mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 07:16:52 -06:00
Resolved an issue related enabling the menus for the selected node
This commit is contained in:
parent
798398dba5
commit
4e5e0c125f
@ -569,7 +569,7 @@ OWNER TO helpdesk;\n';
|
||||
target: m.target, icon: m.icon,
|
||||
enable: (m.enable == '' ? true : (_.isString(m.enable) &&
|
||||
m.enable.toLowerCase() == 'false') ?
|
||||
false : !!m.enable)
|
||||
false : m.enable)
|
||||
});
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user