Skip to content

Commit 98ee300

Browse files
committed
fix nav items display order update to wrong route
1 parent e07d1bb commit 98ee300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/Admin/NavigationItems/Index.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
}
7070
}
7171
post(
72-
route('admin.other-payment-gateways.display-order.update'),
72+
route('admin.navigation-items.display-order.update'),
7373
updateSuccessCallback,
7474
updateFailCallback,
7575
'put', data

0 commit comments

Comments
 (0)