Skip to content

Commit

Permalink
feat: code coverage improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkumar-bhut committed Feb 29, 2024
1 parent b008613 commit 81b4d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const EmptyTable = ({
) : (
<EmptyState
icon={emptyStateIcon ?? 'empty'}
title={message || ''}
title={message}
body={messageBody || ''}
action={
onEmptyStateAction
Expand Down

0 comments on commit 81b4d58

Please sign in to comment.