Skip to content
Snippets Groups Projects
Commit d7ed2a56 authored by permcu's avatar permcu
Browse files

Fix missing this

parent fa93d115
No related branches found
No related tags found
1 merge request!356Add dialog for creation of long-term absences
Pipeline #189890 failed
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
$toastSuccess("alsijil.coursebook.absences.success"); $toastSuccess("alsijil.coursebook.absences.success");
}) })
.catch((error) => { .catch((error) => {
popup = false; this.popup = false;
this.handleError(error); this.handleError(error);
}) })
.finally(() => { .finally(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment