hotfix adding component path to the group router
This commit is contained in:
parent
d03b4c6158
commit
5c4f192010
1 changed files with 4 additions and 0 deletions
|
|
@ -278,6 +278,10 @@ export default function Router() {
|
||||||
path="/:groupID/devices/:deviceID"
|
path="/:groupID/devices/:deviceID"
|
||||||
element={<DevicePage />}
|
element={<DevicePage />}
|
||||||
/>
|
/>
|
||||||
|
<Route
|
||||||
|
path="/:groupID/devices/:deviceID/components/:componentID"
|
||||||
|
element={<DeviceComponent />}
|
||||||
|
/>
|
||||||
<Route
|
<Route
|
||||||
path="/:groupID/devices/:deviceID/*"
|
path="/:groupID/devices/:deviceID/*"
|
||||||
element={<RelativeRoutes />}
|
element={<RelativeRoutes />}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue