mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
fix(Dashboard): Retain colors when color scheme not set (#30646)
This commit is contained in:
@@ -750,7 +750,8 @@ def test_query_context_modified_sankey_tampered(mocker: MockerFixture) -> None:
|
||||
"dashboards": [11],
|
||||
"extra_form_data": {},
|
||||
"label_colors": {},
|
||||
"shared_label_colors": {},
|
||||
"shared_label_colors": [],
|
||||
"map_label_colors": {},
|
||||
"extra_filters": [],
|
||||
"dashboardId": 11,
|
||||
"force": False,
|
||||
|
||||
Reference in New Issue
Block a user