Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Nov 2, 2020
1 parent 14d945d commit 659f57a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const MonitorListComponent: ({
<EuiSpacer size="m" />
<EuiBasicTable
aria-label={labels.getDescriptionLabel(items.length)}
error={error?.body?.message}
error={error?.body?.message || error?.message}
loading={loading}
isExpandable={true}
hasActions={true}
Expand Down

0 comments on commit 659f57a

Please sign in to comment.