chore: generate
This commit is contained in:
parent
b5b93aea42
commit
fedf9feba8
1 changed files with 3 additions and 1 deletions
|
|
@ -152,7 +152,9 @@ export function SessionSidePanel(props: {
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
iconSize="large"
|
iconSize="large"
|
||||||
onClick={() =>
|
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")}
|
aria-label={props.language.t("command.file.open")}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue