diff --git a/crystal_toolkit/helpers/layouts.py b/crystal_toolkit/helpers/layouts.py index 4d3c9521..42014785 100644 --- a/crystal_toolkit/helpers/layouts.py +++ b/crystal_toolkit/helpers/layouts.py @@ -687,7 +687,7 @@ def __init__( ] kwargs["aria-label"] = "breadcrumbs" - super(links).__init__(**kwargs) + super().__init__(links, **kwargs) class Card(html.Div):