Skip to content

Commit 907281a

Browse files
chore: generate
1 parent 3992e2a commit 907281a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/app/src/components/dialog-select-file.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ function createCommandEntries(props: {
107107
const allowed = createMemo(() => {
108108
if (props.filesOnly()) return []
109109
return props.command.options.filter(
110-
(option) => !option.disabled && !option.hidden && !option.id.startsWith("suggested.") && option.id !== "file.open",
110+
(option) =>
111+
!option.disabled && !option.hidden && !option.id.startsWith("suggested.") && option.id !== "file.open",
111112
)
112113
})
113114

0 commit comments

Comments
 (0)