We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30c31f commit cc10f33Copy full SHA for cc10f33
resources/js/components/nav/Builder.vue
@@ -666,10 +666,10 @@ export default {
666
this.changed = true;
667
},
668
669
- showItem(item) {
670
- delete item.manipulations['action'];
+ showItem(stat) {
+ delete stat.data.manipulations['action'];
671
672
- this.updateItemAction(item);
+ this.updateItemAction(stat);
673
674
675
0 commit comments