Skip to content

Commit 1bf290b

Browse files
Merge pull request #1398 from mikezimm/patch-3
Update ListView control iconFieldName to reflect a property that does…
2 parents d132afc + bb7cef0 commit 1bf290b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/ListView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { ListView, IViewField, SelectionMode, GroupOrder, IGrouping } from "@pnp
2727
<ListView
2828
items={items}
2929
viewFields={viewFields}
30-
iconFieldName="ServerRelativeUrl"
30+
iconFieldName="FileRef"
3131
compact={true}
3232
selectionMode={SelectionMode.multiple}
3333
selection={this._getSelection}

0 commit comments

Comments
 (0)