chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-10 15:48:14 +00:00
parent 649618c50a
commit e1073e5d18

View File

@ -261,10 +261,7 @@ function createSessionEntries(props: {
return { sessions }
}
export function DialogSelectFile(props: {
mode?: DialogSelectFileMode
onOpenFile?: (path: string) => void
}) {
export function DialogSelectFile(props: { mode?: DialogSelectFileMode; onOpenFile?: (path: string) => void }) {
const command = useCommand()
const language = useLanguage()
const layout = useLayout()