mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🐛 Add pathSegment dependency
This commit is contained in:
parent
4cdf671766
commit
6b0a471670
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export function ViewSetRouter<Resource extends DjangoResource>({viewSet, unselec
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
[viewSet, UnselectedRoute, SelectedRoute, pk, pkKey],
|
[viewSet, UnselectedRoute, SelectedRoute, pk, pkKey, pathSegment],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue