Skip to content

Commit e9ae301

Browse files
authored
Merge pull request #497 from facultyai/update-examples
Update docs shim
2 parents 630679a + d1e9620 commit e9ae301

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/examples/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,7 @@ def register_apps():
121121
)
122122

123123
# shim navigation callbacks
124-
keys = [
125-
"..page-1-link.active...page-2-link.active...page-3-link.active..",
126-
"page-content.children",
127-
]
124+
keys = ["page-content.children"]
128125
for key in keys:
129126
sidebar_app.callback_map[key]["callback"] = mod_callback(
130127
sidebar_app.callback_map[key]["callback"]

0 commit comments

Comments
 (0)