mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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,
|
target: m.target, icon: m.icon,
|
||||||
enable: (m.enable == '' ? true : (_.isString(m.enable) &&
|
enable: (m.enable == '' ? true : (_.isString(m.enable) &&
|
||||||
m.enable.toLowerCase() == 'false') ?
|
m.enable.toLowerCase() == 'false') ?
|
||||||
false : !!m.enable)
|
false : m.enable)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user