add missing return
parent
eabf770053
commit
a90e8de050
|
|
@ -127,6 +127,7 @@ export function DialogModel(props: { providerID?: string }) {
|
|||
(x) => x.title,
|
||||
),
|
||||
)
|
||||
return items
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue