mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
fix(viz/table): selected column not shown in Conditional Formatting popover (#32272)
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
@@ -653,7 +653,7 @@ const config: ControlPanelConfig = {
|
||||
value: colname,
|
||||
label: Array.isArray(verboseMap)
|
||||
? colname
|
||||
: verboseMap[colname],
|
||||
: (verboseMap[colname] ?? colname),
|
||||
}))
|
||||
: [];
|
||||
const columnOptions = explore?.controls?.time_compare?.value
|
||||
|
||||
Reference in New Issue
Block a user