Skip to content

Commit 3a0e5e8

Browse files
committed
fix: update route path to support nested routes in ResourceList
1 parent 236011e commit 3a0e5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ResourceBrowser/ResourceList/ResourceList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ const ResourceList = ({ selectedCluster, k8SObjectMapRaw }: ResourceListProps) =
319319
}
320320
/>
321321
<Route
322-
path={CLUSTER_DETAILS_ROUTES.K8S_RESOURCE_DETAIL}
322+
path={`${CLUSTER_DETAILS_ROUTES.K8S_RESOURCE_DETAIL}/*`}
323323
element={
324324
<DynamicTabComponentWrapper
325325
type="dynamic"

0 commit comments

Comments
 (0)