浏览代码

chore: generate

opencode-agent[bot] 2 月之前
父节点
当前提交
e1073e5d18
共有 1 个文件被更改,包括 1 次插入4 次删除
  1. 1 4
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 4
packages/app/src/components/dialog-select-file.tsx

@@ -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()