Skip to content

Commit

Permalink
fix: sql highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxadml committed Mar 25, 2024
1 parent 1a255cb commit 693bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/chat/monaco-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useContext, useMemo } from 'react';
import { format } from 'sql-formatter';
import { ChatContext } from '@/app/chat-context';

loader.config({ monaco });
// loader.config({ monaco });

interface MonacoEditorProps {
className?: string;
Expand Down

0 comments on commit 693bab5

Please sign in to comment.