mirror of
https://github.com/apache/superset.git
synced 2026-07-27 00:52:33 +00:00
chore: refactor react-syntax-highlither to handle dark themes (#34028)
This commit is contained in:
committed by
GitHub
parent
5d6a979cd0
commit
a0f9efd45e
@@ -91,7 +91,7 @@ const ViewQueryModal: FC<Props> = ({ latestQueryFormData }) => {
|
||||
<ViewQuery
|
||||
datasource={latestQueryFormData.datasource}
|
||||
sql={item.query}
|
||||
language={item.language || undefined}
|
||||
language="sql"
|
||||
/>
|
||||
) : null,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user