mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
add missing return
This commit is contained in:
parent
eabf770053
commit
a90e8de050
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ export function DialogModel(props: { providerID?: string }) {
|
|||
(x) => x.title,
|
||||
),
|
||||
)
|
||||
return items
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue