1
0
Fork 0

fix(lab): Fixed lab after moving to esm and named exports

This commit is contained in:
joostdecock 2023-02-05 17:59:22 +01:00
parent dc1f1d7029
commit d6d8c6f122
31 changed files with 244 additions and 248 deletions

View file

@ -175,7 +175,7 @@ export const optionsMenuStructure = (options) => {
else if (typeof option.menu === 'undefined')
console.log(
`Warning: Option ${option.name} does not have a menu config. ` +
'Either configure it, or set it to falseo false to hide this option.'
'Either configure it, or set it to false to hide this option.'
)
}
}