Skip to content

Commit e0d2edd

Browse files
author
asvarcas
committed
Fix BulkUpdateButton example
1 parent 5cdf976 commit e0d2edd

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)