smart bread crumbs can be given a navigation state
This commit is contained in:
parent
809acae6fc
commit
61bdff0cef
4 changed files with 16 additions and 8 deletions
|
|
@ -134,7 +134,7 @@ export default function DeviceSupport() {
|
|||
|
||||
return (
|
||||
<PageContainer>
|
||||
<SmartBreadcrumb deviceName={device.name()} />
|
||||
<SmartBreadcrumb deviceName={device.name()} state={{device: device}} />
|
||||
<Tabs
|
||||
style={{ position: "sticky" }}
|
||||
value={tabNumber}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue