Skip to content

Commit

Permalink
better error message
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Jun 9, 2020
1 parent 9156527 commit f465427
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -121,7 +121,7 @@ export const VMUsersListWrapper: React.FC<VMUsersListProps> = ({
Header={UsersTableHeader}
Row={UsersTableRow}
data={data}
loadError={usersResultError}
loadError={usersResultError?.message}
loaded={!!usersResult && !usersResultError}
EmptyMsg={() => <div className="text-center">No Logged In Users</div>}
virtualize
Expand Down

0 comments on commit f465427

Please sign in to comment.