File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class ManageMenuItems extends Page implements HasActions, HasForms
3232 public mixed $ record ;
3333
3434 public $ refreshKey = 0 ;
35-
35+
3636 public $ menuItems = null ;
3737
3838 public function mount (int |string $ record ): void
@@ -934,7 +934,7 @@ public function moveItemUp(int $itemId): void
934934 $ previousSibling = $ item ->getPrevSibling ();
935935 if ($ previousSibling ) {
936936 $ item ->beforeNode ($ previousSibling )->save ();
937-
937+
938938 // Just refresh without changing component keys
939939 $ this ->dispatch ('menu-items-updated ' );
940940
@@ -968,7 +968,7 @@ public function moveItemDown(int $itemId): void
968968 $ nextSibling = $ item ->getNextSibling ();
969969 if ($ nextSibling ) {
970970 $ item ->afterNode ($ nextSibling )->save ();
971-
971+
972972 // Just refresh without changing component keys
973973 $ this ->dispatch ('menu-items-updated ' );
974974
You can’t perform that action at this time.
0 commit comments