Skip to content

Commit 4f0b332

Browse files
authored
Merge pull request #425 from facultyai/example-navigation-fix
Fix navigation in multipage example
2 parents ac409cb + 90aa765 commit 4f0b332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353

5454

5555
def mod_callback(fn):
56-
def wrapper(path):
56+
def wrapper(path, **kwargs):
5757
path = path.replace("/examples/simple-sidebar", "")
58-
return fn(path)
58+
return fn(path, **kwargs)
5959

6060
return wrapper
6161

0 commit comments

Comments
 (0)