fix(sqllab): flaky json explore modal due to over-rendering (#26156)

This commit is contained in:
JUST.in DO IT
2023-12-07 09:28:59 -08:00
committed by GitHub
parent 39c6488463
commit f30f685eb5
13 changed files with 679 additions and 278 deletions

View File

@@ -251,8 +251,7 @@ const QueryTable = ({
modalBody={
<ResultSet
showSql
user={user}
query={query}
queryId={query.id}
height={400}
displayLimit={displayLimit}
defaultQueryLimit={1000}