1 parent 649618c commit e1073e5Copy full SHA for e1073e5
1 file changed
packages/app/src/components/dialog-select-file.tsx
@@ -261,10 +261,7 @@ function createSessionEntries(props: {
261
return { sessions }
262
}
263
264
-export function DialogSelectFile(props: {
265
- mode?: DialogSelectFileMode
266
- onOpenFile?: (path: string) => void
267
-}) {
+export function DialogSelectFile(props: { mode?: DialogSelectFileMode; onOpenFile?: (path: string) => void }) {
268
const command = useCommand()
269
const language = useLanguage()
270
const layout = useLayout()
0 commit comments