Skip to content

Commit

Permalink
Merge pull request #6447 from WiXSL/bulkupdate-docs-fix
Browse files Browse the repository at this point in the history
[Doc] Fix BulkUpdateButton example
  • Loading branch information
fzaninotto committed Jul 20, 2021
2 parents 4960a50 + e0d2edd commit 2ba78fc
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 2ba78fc

Please sign in to comment.