[+] Remove loading when it's done loading

This commit is contained in:
Hykilpikonna
2019-10-13 21:13:39 -04:00
parent 96d3e6b620
commit ec056ef3b3
+3 -1
View File
@@ -229,8 +229,10 @@ export default class App extends Vue
pWaitFor(() => this.filteredCourses.every(c => c.grading != undefined)).then(() =>
{
// When the assignments are ready
// TODO: Display loading
this.assignmentsReady = true;
// Remove loading
this.logLoading('');
})
}