chore: Remove lint
This commit is contained in:
parent
f4a15e3f06
commit
2a2f943d4b
4 changed files with 1 additions and 5 deletions
|
@ -211,7 +211,6 @@ export const optionsMenuStructure = (options, settings) => {
|
|||
set(menu, `${menuPath.join('.')}.isGroup`, true)
|
||||
}
|
||||
}
|
||||
const menuPath = option.menu.split('.')
|
||||
set(menu, `${option.menu}.isGroup`, true)
|
||||
set(menu, `${option.menu}.${option.name}`, option)
|
||||
} else if (typeof option.menu === 'undefined') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue