Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieKolb committed Feb 10, 2025
1 parent 1812955 commit 313b6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/utils/fromAIOverrideUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function canBeContentOverride(
if (
!codex?.categories?.includes('AI') ||
!codex?.subcategories?.AI?.includes('Tools') ||
codex?.subcategories?.AI?.includes('Vector Stores') // vector stores do no support fromAI
codex?.subcategories?.AI?.includes('Vector Stores') // vector stores do not support fromAI
)
return false;

Expand Down

0 comments on commit 313b6fb

Please sign in to comment.