fix(contextmenu): uncaught TypeError (#28203)

This commit is contained in:
sowo
2025-03-19 03:42:38 +01:00
committed by GitHub
parent 09ee3e2a1d
commit 29b62f7c0a
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"],
}