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