mirror of
https://github.com/docmost/docmost.git
synced 2026-08-25 01:02:17 +10:00
wip
This commit is contained in:
@@ -81,8 +81,7 @@ export default function Connections() {
|
||||
{available
|
||||
.filter((def) => {
|
||||
if (!def.capabilities.includes("oauth")) return false;
|
||||
const installation = installed?.find((i) => i.type === def.type);
|
||||
return installation?.isEnabled;
|
||||
return installed?.some((i) => i.type === def.type);
|
||||
})
|
||||
.map((def) => {
|
||||
const connection = myConnections?.find(
|
||||
|
||||
Reference in New Issue
Block a user