Skip to content

Commit ec14ab5

Browse files
Removed option
1 parent 7710c87 commit ec14ab5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/js/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ export default function tree({
1414
clearable = true,
1515
isIndependentNodes = true,
1616
alwaysOpen = false,
17-
tagsCountText
1817
}) {
1918
return {
2019
state,
@@ -40,7 +39,6 @@ export default function tree({
4039
clearable,
4140
isIndependentNodes,
4241
alwaysOpen,
43-
tagsCountText,
4442
});
4543

4644
this.tree.srcElement.addEventListener('input', (e) => {

0 commit comments

Comments
 (0)