opencode-agent[bot] 2 месяцев назад
Родитель
Сommit
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()