diff --git a/src/application/components/ConnectorsTable.tsx b/src/application/components/ConnectorsTable.tsx index 8a3884bde..cd5cd37a9 100644 --- a/src/application/components/ConnectorsTable.tsx +++ b/src/application/components/ConnectorsTable.tsx @@ -44,8 +44,8 @@ export function ConnectorsTable({ {col === "status" && Status} {col === "method" && Method} {col === "errors" && ( - -
+ +
Errors{" "} @@ -86,7 +86,7 @@ export function ConnectorsTable({ )} {col === "method" && {request?.method}} {col === "errors" && ( - + {response?.body?.selection?.errors?.length ?? 0} )}