Skip to content

Commit

Permalink
Remove quickSuggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDov committed Dec 4, 2024
1 parent 09707cf commit 89d85bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ function createEditor(
model,
language: "json",
dimension: { width: props.width, height: props.height },
quickSuggestions: true,
});
editorRef.current.layout({ width: props.width, height: props.height });

Expand Down

0 comments on commit 89d85bb

Please sign in to comment.