mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix(sqllab): show virtual dataset banner only when isDataset param is true (#37184)
This commit is contained in:
@@ -859,7 +859,7 @@ const SqlEditor: FC<Props> = ({
|
||||
`}
|
||||
>
|
||||
{' '}
|
||||
{t(`You are edting a query from the virtual dataset `) +
|
||||
{t(`You are editing a query from the virtual dataset `) +
|
||||
queryEditor.name}
|
||||
</p>
|
||||
<p
|
||||
|
||||
Reference in New Issue
Block a user