diff --git a/web/app/src/components/JobsTable.vue b/web/app/src/components/JobsTable.vue index c590a67a..05a3d854 100644 --- a/web/app/src/components/JobsTable.vue +++ b/web/app/src/components/JobsTable.vue @@ -32,7 +32,6 @@ export default { return { shownStatuses: [], availableStatuses: [], // Will be filled after data is loaded from the backend. - indicator: indicator, // So that the template can use this function too. }; }, mounted() {