mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 01:48:40 +00:00
chore: generate
This commit is contained in:
parent
649618c50a
commit
e1073e5d18
1 changed files with 1 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue