mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-24 22:16:00 +00:00
translation - settings, menu
This commit is contained in:
committed by
SPRINX0\prochazka
parent
7bb9414be8
commit
edf9f3a2be
@@ -719,7 +719,11 @@
|
||||
|
||||
const filteredSumenus = coreMenus.map(item => {
|
||||
if (!item.submenu) {
|
||||
return { ...item , label: _val(item.label)};
|
||||
if (!item) return item;
|
||||
|
||||
return {...item,
|
||||
label: _val(item.label)
|
||||
};
|
||||
}
|
||||
return {
|
||||
...item,
|
||||
|
||||
Reference in New Issue
Block a user