Skip to content

Commit

Permalink
Fix BulkUpdateButton example
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Jul 19, 2021
1 parent 5cdf976 commit e0d2edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/List.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ const ResetViewsButton = (props) => (
{...props}
label="Reset Views"
data={views}
icon={VisibilityOff}
icon={<VisibilityOff/>}
/>
);

Expand Down

0 comments on commit e0d2edd

Please sign in to comment.