fix(sqllab): show virtual dataset banner only when isDataset param is true (#37184)

This commit is contained in:
Amin Ghadersohi
2026-01-20 05:33:13 -05:00
committed by GitHub
parent 2d20079a88
commit 6e1718910f
2 changed files with 3 additions and 2 deletions

View File

@@ -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