[+] Remove loading when it's done loading
This commit is contained in:
@@ -229,8 +229,10 @@ export default class App extends Vue
|
|||||||
pWaitFor(() => this.filteredCourses.every(c => c.grading != undefined)).then(() =>
|
pWaitFor(() => this.filteredCourses.every(c => c.grading != undefined)).then(() =>
|
||||||
{
|
{
|
||||||
// When the assignments are ready
|
// When the assignments are ready
|
||||||
// TODO: Display loading
|
|
||||||
this.assignmentsReady = true;
|
this.assignmentsReady = true;
|
||||||
|
|
||||||
|
// Remove loading
|
||||||
|
this.logLoading('');
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user