chore: generate

pull/12126/head^2
opencode-agent[bot] 2026-02-07 11:03:20 +00:00
parent b5b93aea42
commit fedf9feba8
1 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,9 @@ export function SessionSidePanel(props: {
variant="ghost"
iconSize="large"
onClick={() =>
props.dialog.show(() => <DialogSelectFile mode="files" onOpenFile={props.showAllFiles} />)
props.dialog.show(() => (
<DialogSelectFile mode="files" onOpenFile={props.showAllFiles} />
))
}
aria-label={props.language.t("command.file.open")}
/>