Web: fix worker status filter not updating

Fix the status filter dots not updating when a worker changes status.
This commit is contained in:
Sybren A. Stüvel 2022-08-12 11:29:12 -07:00
parent 1355ec5e1d
commit e0395e73bf

View File

@ -160,7 +160,7 @@ export default {
promise promise
.then(this.sortData) .then(this.sortData)
.then(() => { this.tabulator.redraw(); }) // Resize columns based on new data. .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 // TODO: this should also resize the columns, as the status column can
// change sizes considerably. // change sizes considerably.