mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(build): uplift several outdated frontend packages (#29652)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -411,7 +411,7 @@ const config: ControlPanelConfig = {
|
||||
'verbose_map',
|
||||
)
|
||||
? (explore?.datasource as Dataset)?.verbose_map
|
||||
: explore?.datasource?.columns ?? {};
|
||||
: (explore?.datasource?.columns ?? {});
|
||||
const chartStatus = chart?.chartStatus;
|
||||
const metricColumn = values.map(value => {
|
||||
if (typeof value === 'string') {
|
||||
|
||||
Reference in New Issue
Block a user