mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(contextmenu): uncaught TypeError (#28203)
This commit is contained in:
@@ -786,6 +786,8 @@ def test_get_label_map(app_context, virtual_dataset_comma_in_column_value):
|
||||
"count, col2, row1": ["count", "col2, row1"],
|
||||
"count, col2, row2": ["count", "col2, row2"],
|
||||
"count, col2, row3": ["count", "col2, row3"],
|
||||
"col2": ["col2"],
|
||||
"count": ["count"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user