mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
fix: row limits & row count labels are confusing (#27700)
(cherry picked from commit 12fe2929a4)
This commit is contained in:
committed by
Michael S. Molina
parent
026c75e018
commit
54942e2eaa
@@ -80,6 +80,7 @@ const basicQueryResult: ChartDataResponseResult = {
|
||||
is_cached: false,
|
||||
query: 'SELECT ...',
|
||||
rowcount: 100,
|
||||
sql_rowcount: 100,
|
||||
stacktrace: null,
|
||||
status: 'success',
|
||||
from_dttm: null,
|
||||
|
||||
Reference in New Issue
Block a user