mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: better copy for SQL dialog (#15714)
This commit is contained in:
@@ -80,7 +80,7 @@ function HighlightSqlModal({ rawSql, sql }: HighlightedSqlModalTypes) {
|
||||
</SyntaxHighlighter>
|
||||
{rawSql && rawSql !== sql && (
|
||||
<div>
|
||||
<h4>{t('Raw SQL')}</h4>
|
||||
<h4>{t('Executed SQL')}</h4>
|
||||
<SyntaxHighlighter language="sql" style={github}>
|
||||
{rawSql}
|
||||
</SyntaxHighlighter>
|
||||
|
||||
Reference in New Issue
Block a user