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,
|
(x) => x.title,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
return items
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue