Skip to content

Commit

Permalink
Merge pull request #579 from alryaz/patch-1
Browse files Browse the repository at this point in the history
refactor: quality of life menu order preview improvement
  • Loading branch information
mastacontrola committed Jun 11, 2024
2 parents 4996e40 + fc7818a commit 7a02365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/lib/pages/fogconfigurationpage.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ public function customizepxe()
'${field}',
'${input}',
);
Route::listem('pxemenuoptions');
Route::listem('pxemenuoptions', 'id');
$Menus = json_decode(
Route::getData()
);
Expand Down

0 comments on commit 7a02365

Please sign in to comment.