2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Add asterisk to Build route (#6054)

This commit is contained in:
Lavissa
2023-12-08 02:48:54 +01:00
committed by GitHub
parent 63a0d4d223
commit ca909f9d5a

View File

@ -130,7 +130,7 @@ export const routes = (
</Route>
<Route path="build/">
<Route index element={<BuildIndex />} />
<Route path=":id/" element={<BuildDetail />} />
<Route path=":id/*" element={<BuildDetail />} />
</Route>
<Route path="purchasing/">
<Route index element={<Navigate to="index/" />} />