mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
feat: save active tabs in dashboard permalink (#19983)
This commit is contained in:
@@ -38,8 +38,8 @@ from tests.integration_tests.fixtures.world_bank_dashboard import (
|
||||
from tests.integration_tests.test_app import app
|
||||
|
||||
STATE = {
|
||||
"filterState": {"FILTER_1": "foo"},
|
||||
"hash": "my-anchor",
|
||||
"dataMask": {"FILTER_1": "foo"},
|
||||
"activeTabs": ["my-anchor"],
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user