flipped the keys/types added to the context on the devices page to have the group after the team
This commit is contained in:
parent
7774558cac
commit
871cbf424e
2 changed files with 5 additions and 4 deletions
|
|
@ -219,7 +219,7 @@ export default function DeviceProvider(props: PropsWithChildren<Props>) {
|
|||
(types ? "&types=" + types.toString() : "")
|
||||
);
|
||||
if (as && !(types && types.length > 0 && types[0] === "team")) {
|
||||
pondURL(
|
||||
url = pondURL(
|
||||
"/devicePageData/" +
|
||||
id +
|
||||
"?as=" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue