Skip to content

Commit

Permalink
API KEy for Editor (#757)
Browse files Browse the repository at this point in the history
* Refactor existing components and added drawer component

* Added typescript and jsx to codemirror

* copy to clipboard for code mirror

* Height width adjustment for components

* Added styles and fix to various styling catergory

* comments changes

* button dev component

* text-editor Type added

* Changes for yarn-lock

* reverted Typography changes for default value

* Updated API Key for editor
  • Loading branch information
diptitiwari2917 authored Apr 11, 2023
1 parent c65862d commit ca4b897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const TypedTextEditor: React.FC<ComponentProps> = (props) => {
}}
>
<Editor
apiKey="no-api-key"
apiKey="vbo3n4286tzeuhkofq29387ruvysf454vcs7hkm9gonqn017"
value={value}
onEditorChange={(value) => setValue(value)}
init={{
Expand Down

0 comments on commit ca4b897

Please sign in to comment.