mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(dashboard): restore groupby in buildExistingColumnsSet and guard null customization config (#39416)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Richard Fogaça <richardfogaca@gmail.com>
This commit is contained in:
@@ -350,8 +350,7 @@ export default function downloadAsImageOptimized(
|
||||
|
||||
if (agContainer && agRootWrapper) {
|
||||
const api = agContainer._agGridApi;
|
||||
const isFirstDataRendered =
|
||||
agContainer._agGridFirstDataRendered === true;
|
||||
const isFirstDataRendered = agContainer._agGridFirstDataRendered === true;
|
||||
|
||||
if (!isFirstDataRendered) {
|
||||
addWarningToast(
|
||||
|
||||
Reference in New Issue
Block a user