mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore: update UI dev libs and fix warnings & vulnerabilities (#24648)
This commit is contained in:
@@ -58,7 +58,7 @@ const processDataRecords = memoizeOne(function processDataRecords(
|
||||
data: DataRecord[] | undefined,
|
||||
columns: DataColumnMeta[],
|
||||
) {
|
||||
if (!data || !data[0]) {
|
||||
if (!data?.[0]) {
|
||||
return data || [];
|
||||
}
|
||||
const timeColumns = columns.filter(
|
||||
|
||||
Reference in New Issue
Block a user