Skip to content

Commit a370860

Browse files
committed
Remove notify for items (unnecessary).
1 parent b25330b commit a370860

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib/template/array-selector.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@
7373
* An array containing items from which selection will be made.
7474
*/
7575
items: {
76-
type: Array,
77-
notify: true
76+
type: Array
7877
},
7978

8079
/**

0 commit comments

Comments
 (0)