mirror of
https://github.com/traefik/traefik.git
synced 2026-06-17 19:09:29 +03:00
Fix missing type definition
This commit is contained in:
@@ -42,6 +42,7 @@ export const useResourceDetail = (name: string, resource: string, protocol = 'ht
|
||||
hasValidMiddlewares: hasMiddlewares,
|
||||
entryPointsData: entryPoints,
|
||||
using: routeDetail.using,
|
||||
type: routeDetail.type,
|
||||
},
|
||||
error: firstError,
|
||||
} as ResourceDetailType
|
||||
|
||||
Reference in New Issue
Block a user