mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
group commands
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
if (command) {
|
||||
return {
|
||||
text: command.name,
|
||||
keyText: command.keyText,
|
||||
keyText: command.keyText || command.keyTextFromGroup,
|
||||
onClick: command.onClick,
|
||||
disabled: !command.enabled,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user