Skip to content

Commit cc10f33

Browse files
authored
[6.x] Fix nav builder error (#11620)
1 parent a30c31f commit cc10f33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/js/components/nav/Builder.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -666,10 +666,10 @@ export default {
666666
this.changed = true;
667667
},
668668
669-
showItem(item) {
670-
delete item.manipulations['action'];
669+
showItem(stat) {
670+
delete stat.data.manipulations['action'];
671671
672-
this.updateItemAction(item);
672+
this.updateItemAction(stat);
673673
674674
this.changed = true;
675675
},

0 commit comments

Comments
 (0)