Skip to content

Commit e1073e5

Browse files
chore: generate
1 parent 649618c commit e1073e5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,10 +261,7 @@ function createSessionEntries(props: {
261261
return { sessions }
262262
}
263263

264-
export function DialogSelectFile(props: {
265-
mode?: DialogSelectFileMode
266-
onOpenFile?: (path: string) => void
267-
}) {
264+
export function DialogSelectFile(props: { mode?: DialogSelectFileMode; onOpenFile?: (path: string) => void }) {
268265
const command = useCommand()
269266
const language = useLanguage()
270267
const layout = useLayout()

0 commit comments

Comments
 (0)