fix(contextmenu): uncaught TypeError (#28203)

(cherry picked from commit 29b62f7c0a)
This commit is contained in:
sowo
2025-03-19 03:42:38 +01:00
committed by Michael S. Molina
parent 6917362d78
commit f6f1ffae2f
5 changed files with 64 additions and 4 deletions

View File

@@ -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"],
}