diff --git a/src/sql-editor/components/SQLEditor.tsx b/src/sql-editor/components/SQLEditor.tsx index aa448c9..e78e226 100644 --- a/src/sql-editor/components/SQLEditor.tsx +++ b/src/sql-editor/components/SQLEditor.tsx @@ -78,7 +78,7 @@ export const SQLEditor = ({ language = { id: STANDARD_SQL_LANGUAGE }, width, height, -}: React.PropsWithChildren) => { +}: SQLEditorProps) => { const monacoRef = useRef(null); const langUid = useRef(); // create unique language id for each SQLEditor instance