We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b93ae commit fedf9feCopy full SHA for fedf9fe
1 file changed
packages/app/src/pages/session/session-side-panel.tsx
@@ -152,7 +152,9 @@ export function SessionSidePanel(props: {
152
variant="ghost"
153
iconSize="large"
154
onClick={() =>
155
- props.dialog.show(() => <DialogSelectFile mode="files" onOpenFile={props.showAllFiles} />)
+ props.dialog.show(() => (
156
+ <DialogSelectFile mode="files" onOpenFile={props.showAllFiles} />
157
+ ))
158
}
159
aria-label={props.language.t("command.file.open")}
160
/>
0 commit comments