add missing return

This commit is contained in:
LukeParkerDev
2026-02-11 13:24:17 +10:00
parent eabf770053
commit a90e8de050

View File

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