fix bug
This commit is contained in:
parent
d8db1ce91f
commit
4f50bb7c04
@ -172,7 +172,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
});
|
||||
|
||||
function saveNavigationState(state) {
|
||||
fetch('{{ route("admin.toggle-navigation") }}', {
|
||||
fetch('{{ route("admin.toggle.navigation") }}', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user