🔀 Merge pull request #880 from imlonghao/patch-1

Fix widget GlDiskSpace 401 unauth
This commit is contained in:
Alicia Sykes 2022-09-10 21:59:39 +01:00 committed by GitHub
commit b965989a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ export default {
},
},
methods: {
fetchData() {
this.makeRequest(this.endpoint).then(this.processData);
},
processData(diskData) {
this.disks = diskData;
},