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 56d7ba5 commit 0b39c16Copy full SHA for 0b39c16
resources/views/filament/resources/menu-resource/pages/manage-menu-items.blade.php
@@ -1,5 +1,5 @@
1
<x-filament-panels::page>
2
- <div
+ <div
3
x-data="menuItemsManager({
4
maxDepth: {{ $this->getMaxDepth() }},
5
menuId: {{ $this->record->id }}
@@ -30,7 +30,7 @@ class="space-y-6"
30
@livewire('filament-flexible-content-block-pages::menu-tree-item', [
31
'item' => $item,
32
'maxDepth' => $this->getMaxDepth()
33
- ], key: "item-{$item->id}-{$refreshKey}")
+ ], key("item-{$item->id}-{$refreshKey}"))
34
@endforeach
35
</div>
36
@endif
@@ -106,4 +106,4 @@ function menuItemsManager(config) {
106
}
107
</script>
108
@endpush
109
-</x-filament-panels::page>
+</x-filament-panels::page>
0 commit comments