mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
Add Breadcrumbs test
This commit is contained in:
@@ -23,6 +23,7 @@ const Breadcrumbs = ({ breadcrumbConfig }) => {
|
||||
>
|
||||
<Breadcrumb>
|
||||
<Route
|
||||
path="/:path"
|
||||
render={(props) => <Crumb breadcrumbConfig={breadcrumbConfig} {...props} />}
|
||||
/>
|
||||
</Breadcrumb>
|
||||
|
||||
Reference in New Issue
Block a user