chore: refactor react-syntax-highlither to handle dark themes (#34028)

This commit is contained in:
Maxime Beauchemin
2025-07-04 11:44:11 -07:00
committed by GitHub
parent 5d6a979cd0
commit a0f9efd45e
17 changed files with 805 additions and 168 deletions

View File

@@ -91,7 +91,7 @@ const ViewQueryModal: FC<Props> = ({ latestQueryFormData }) => {
<ViewQuery
datasource={latestQueryFormData.datasource}
sql={item.query}
language={item.language || undefined}
language="sql"
/>
) : null,
)}