chore: linting

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-01-23 01:44:14 -08:00
parent ad475397c4
commit a160f0dde3
4 changed files with 10 additions and 10 deletions

View file

@ -179,10 +179,7 @@ export const ObsidianConfig: FC<ObsidianConfigProps> = ({
Index attachment folders and embedded files
</p>
</div>
<Switch
checked={includeAttachments}
onCheckedChange={handleIncludeAttachmentsChange}
/>
<Switch checked={includeAttachments} onCheckedChange={handleIncludeAttachmentsChange} />
</div>
</div>
</div>

View file

@ -4,8 +4,8 @@ import type { FC } from "react";
import { EnumConnectorName } from "@/contracts/enums/connector";
import type { SearchSourceConnector } from "@/contracts/types/connector.types";
import { isSelfHosted } from "@/lib/env-config";
import { ConnectorCard } from "../components/connector-card";
import { ComposioConnectorCard } from "../components/composio-connector-card";
import { ConnectorCard } from "../components/connector-card";
import {
COMPOSIO_CONNECTORS,
CRAWLERS,