add missing return

pull/12022/head
LukeParkerDev 2026-02-11 13:24:17 +10:00
parent eabf770053
commit a90e8de050
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ export function DialogModel(props: { providerID?: string }) {
(x) => x.title,
),
)
return items
}),
)