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

This commit is contained in:
JUST.in DO IT
2023-12-15 15:05:00 -08:00
committed by GitHub
parent 9c96519b67
commit 8450cca998
13 changed files with 277 additions and 678 deletions

View File

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