Merge remote-tracking branch 'upstream/dev' into feat/composio

This commit is contained in:
Anish Sarkar 2026-01-24 04:38:34 +05:30
commit c6bd978d5b
10 changed files with 746 additions and 56 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>