diff --git a/web/app/src/components/workers/WorkersTable.vue b/web/app/src/components/workers/WorkersTable.vue index b187e07b..923b94a1 100644 --- a/web/app/src/components/workers/WorkersTable.vue +++ b/web/app/src/components/workers/WorkersTable.vue @@ -160,7 +160,7 @@ export default { promise .then(this.sortData) .then(() => { this.tabulator.redraw(); }) // Resize columns based on new data. - .then(this.refreshAvailableStatuses); + .then(this._refreshAvailableStatuses); // TODO: this should also resize the columns, as the status column can // change sizes considerably.