Skip to content

Commit eae4f08

Browse files
committed
Modified logic initiating state representation of each item to have it unchecked rather than checked by default.
1 parent ccb861e commit eae4f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack_in/entry.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class ListWidget extends React.Component {
101101
{
102102
id: state.total_added,
103103
caption: strItemCaption,
104-
is_checked: true
104+
is_checked: false
105105
}
106106
],
107107
total_added: state.total_added + 1

0 commit comments

Comments
 (0)