Skip to content

Commit

Permalink
disable projection for public version
Browse files Browse the repository at this point in the history
  • Loading branch information
ginihumer authored Nov 30, 2023
1 parent 0d60a20 commit fb77b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReactionCIMEApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const ApplicationWrapper = connector(({ setMouseMoveFn, setMouseClickFn, resetVi
baseUrl: ReactionCIMEBackendFromEnv.baseUrl,
}}
features={{
embeddings: clientConfig.publicVersion
embeddings: clientConfig?.publicVersion
? [
{
id: 'noProjection',
Expand Down

0 comments on commit fb77b6a

Please sign in to comment.