change(ui) - error widget border
This commit is contained in:
parent
63f77c0c3e
commit
1ed30b35d7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ function CustomMetricTableErrors(props: RouteComponentProps<Props>) {
|
|||
<div className="pb-4">
|
||||
{metric.data.errors &&
|
||||
metric.data.errors.map((error: any, index: any) => (
|
||||
<div key={index} className="broder-b last:border-none">
|
||||
<div key={index} className="border-b last:border-none">
|
||||
<ErrorListItem
|
||||
error={error}
|
||||
onClick={(e) => onErrorClick(e, error)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue