⬆️ Updates rsup-progress to 3.0.0

This commit is contained in:
Alicia Sykes
2022-02-04 22:06:15 +00:00
parent c55799ad89
commit ebae510294
7 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
* Manages loading state, error handling, data updates and user options
*/
import axios from 'axios';
import ProgressBar from 'rsup-progress';
import { Progress } from 'rsup-progress';
import ErrorHandler from '@/utils/ErrorHandler';
import { serviceEndpoints } from '@/utils/defaults';
@@ -15,7 +15,7 @@ const WidgetMixin = {
},
},
data: () => ({
progress: new ProgressBar({ color: 'var(--progress-bar)' }),
progress: new Progress({ color: 'var(--progress-bar)' }),
overrideProxyChoice: false,
overrideUpdateInterval: null,
disableLoader: false, // Prevent ever showing the loader