Skip to content

Commit 2ba78fc

Browse files
authoredJul 20, 2021
Merge pull request #6447 from WiXSL/bulkupdate-docs-fix
[Doc] Fix BulkUpdateButton example
2 parents 4960a50 + e0d2edd commit 2ba78fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/List.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ const ResetViewsButton = (props) => (
321321
{...props}
322322
label="Reset Views"
323323
data={views}
324-
icon={VisibilityOff}
324+
icon={<VisibilityOff/>}
325325
/>
326326
);
327327

0 commit comments

Comments
 (0)
Please sign in to comment.