Project

General

Profile

« Previous | Next » 

Revision b51f2297

Added by Amir Fefer almost 6 years ago

Fixes #23977 - add onClick callback to breadcrumbs

View differences:

webpack/assets/javascripts/react_app/components/BreadcrumbBar/components/__snapshots__/Breadcrumb.test.js.snap
key="0"
/>
<BreadcrumbItem
active={true}
active={false}
dangerouslySetInnerHTML={
Object {
"__html": "child",
"__html": "child with onClick",
}
}
key="1"
onClick={[Function]}
/>
<BreadcrumbItem
active={true}
dangerouslySetInnerHTML={
Object {
"__html": "active child",
}
}
key="2"
/>
</Breadcrumb>
`;

Also available in: Unified diff