Progress bar is not visible and scroll is showing problem solved

This commit is contained in:
merve karaman 2023-08-25 17:18:17 +03:00 committed by GitHub
parent e7f803c308
commit df4aba266a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ window.axios.defaults.headers.common['Content-Type'] = 'multipart/form-data';
// #start NProgress integration
// Added nprogress to use nprogress bar
import NProgress from "nprogress";
import 'nprogress/nprogress.css';
window.axios.interceptors.request.use(function (config) {
// Do something before request is sent