fixed devices summary not loading through context
This commit is contained in:
parent
b0274ad639
commit
9eb9740525
6 changed files with 27 additions and 23 deletions
|
|
@ -469,7 +469,7 @@ export default function Devices() {
|
|||
<Tab wrapped value={"never"} label={<CreateGroupIcon className={classes.green} />} onClick={() => openGroupSettings(undefined, "add")} />
|
||||
</Tabs>
|
||||
</Box>
|
||||
<DevicesSummary setFieldContains={setFieldContains} />
|
||||
<DevicesSummary setFieldContains={setFieldContains} group={getGroup()} />
|
||||
<ResponsiveTable<Device>
|
||||
title={<SmartBreadcrumb prependPaths={getGroup() && ["groups", getGroup().id().toString()]} groupName={getGroup() && getGroup().name()} paddingBottom={1}/>}
|
||||
subtitle={subtitle}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue