feat(sqllab): introduce splitter for adjusting sidebar and query panel (#34767)

This commit is contained in:
JUST.in DO IT
2025-08-21 12:47:25 -07:00
committed by GitHub
parent c568d463b9
commit 63bb1d55a4
9 changed files with 155 additions and 200 deletions

View File

@@ -302,7 +302,6 @@ const QueryTable = ({
<ResultSet
showSql
queryId={query.id}
height={400}
displayLimit={displayLimit}
defaultQueryLimit={1000}
/>