1 parent 3992e2a commit 907281aCopy full SHA for 907281a
1 file changed
packages/app/src/components/dialog-select-file.tsx
@@ -107,7 +107,8 @@ function createCommandEntries(props: {
107
const allowed = createMemo(() => {
108
if (props.filesOnly()) return []
109
return props.command.options.filter(
110
- (option) => !option.disabled && !option.hidden && !option.id.startsWith("suggested.") && option.id !== "file.open",
+ (option) =>
111
+ !option.disabled && !option.hidden && !option.id.startsWith("suggested.") && option.id !== "file.open",
112
)
113
})
114
0 commit comments