Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88ec38 commit fd03d7cCopy full SHA for fd03d7c
piw/layout.py
@@ -39,6 +39,7 @@ def create_layout(dash_app: Dash, pages: dict, links: Optional[dict[str, str]],
39
link_name,
40
href=link_href,
41
className='nav-link',
42
+ target='_blank',
43
),
44
)
45
for link_name, link_href in links.items()
0 commit comments