Skip to content

Commit

Permalink
added process.env log
Browse files Browse the repository at this point in the history
  • Loading branch information
RotateAt60MPH committed Feb 16, 2024
1 parent 47103ee commit 0244d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/components/TextEditor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class TextEditor extends React.Component {
return (
<Editor
tinymceScriptSrc={url}
zapiKey={EDITOR_API_KEY}
apiKey={EDITOR_API_KEY}
id={editorId}
xcloudChannel={EDITOR_VERSION}
cloudChannel={EDITOR_VERSION}
// eslint-disable-next-line
value={text}
// eslint-disable-next-line
Expand Down

0 comments on commit 0244d88

Please sign in to comment.