Skip to content

Commit 0f514a0

Browse files
committed
upload plików, wyłączenie domyślnego sortowania, przebudowa gettera crud
1 parent 5877eeb commit 0f514a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Vue.http.interceptors.push((request, next) => {
2121
}
2222
next(response => {
2323
if (response.status === 400 || response.status === 401 || response.status === 403) {
24-
store.commit('auth/logout')
24+
//store.commit('auth/logout')
2525
}
2626
})
2727
});

0 commit comments

Comments
 (0)