Skip to content

Commit

Permalink
fix: removed extra language from languages default
Browse files Browse the repository at this point in the history
  • Loading branch information
kgpatidar authored and surajair committed Oct 18, 2024
1 parent e20837d commit 8b6782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function ChaiBuilderDefault() {
return (
<ChaiBuilderEditor
fallbackLang="fr"
languages={["en", "hi"]}
languages={["en"]}
unsplashAccessKey={"import.meta.env.VITE_UNSPLASH_ACCESS_KEY"}
showDebugLogs={true}
autoSaveSupport={false}
Expand Down

0 comments on commit 8b6782a

Please sign in to comment.