mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: SQL Lab - correct setting name from DISPLAY_MAX_ROWS to DISPLAY_MAX_ROW (#24519)
This commit is contained in:
@@ -299,7 +299,7 @@ const ResultSet = ({
|
||||
|
||||
const displayMaxRowsReachedMessage = {
|
||||
withAdmin: t(
|
||||
'The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROWS. ' +
|
||||
'The number of results displayed is limited to %(rows)d by the configuration DISPLAY_MAX_ROW. ' +
|
||||
'Please add additional limits/filters or download to csv to see more rows up to ' +
|
||||
'the %(limit)d limit.',
|
||||
{ rows: rowsCount, limit },
|
||||
|
||||
Reference in New Issue
Block a user