chore: generate
This commit is contained in:
@@ -107,7 +107,8 @@ function createCommandEntries(props: {
|
|||||||
const allowed = createMemo(() => {
|
const allowed = createMemo(() => {
|
||||||
if (props.filesOnly()) return []
|
if (props.filesOnly()) return []
|
||||||
return props.command.options.filter(
|
return props.command.options.filter(
|
||||||
(option) => !option.disabled && !option.hidden && !option.id.startsWith("suggested.") && option.id !== "file.open",
|
(option) =>
|
||||||
|
!option.disabled && !option.hidden && !option.id.startsWith("suggested.") && option.id !== "file.open",
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user