Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Commit ebb0116

Browse files
committed
make item public
1 parent 739063b commit ebb0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Our.Umbraco.BlockListMvc/Models/BlockListItemContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public BlockListItemContext(BlockListItem item, BlockListModel list)
1616
List = list;
1717
}
1818

19-
private BlockListItem Item;
19+
public BlockListItem Item;
2020
public BlockListModel List;
2121

2222
private int? _index;

0 commit comments

Comments
 (0)