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

This commit is contained in:
JUST.in DO IT
2024-02-14 13:04:59 -08:00
committed by GitHub
parent 152cd70b5f
commit 7b59c94827
14 changed files with 719 additions and 308 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}