Skip to content
Snippets Groups Projects
Verified Commit b7acb621 authored by Erwan Rouchet's avatar Erwan Rouchet
Browse files

Fix Vue warning on workerTypes property in workers list

parent 7ba96400
No related branches found
No related tags found
1 merge request!1543Fix Vue warning on workerTypes property in workers list
......@@ -181,7 +181,7 @@ export default {
async fetchWorkerTypes () {
this.loading = true
try {
this.workerTypes = await this.listWorkerTypes()
await this.listWorkerTypes()
} catch (err) {
this.notify({ type: 'error', text: `An error occurred listing worker types: ${errorParser(err)}` })
} 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