Skip to content

Commit c706aac

Browse files
committed
Update simple-list.jsx
1 parent 492db4a commit c706aac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/src/simple-list.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import React from 'react';
22
import Sortable from 'react-sortablejs';
33

44
const sortableOptions = {
5-
ref: 'list',
6-
model: 'items'
5+
ref: 'list'
76
};
87

98
@Sortable(sortableOptions)

0 commit comments

Comments
 (0)