Skip to content
Snippets Groups Projects
Commit bf4b9808 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix undefined JobList error

parent afac4246
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ class JobList extends List {
pathArray = operation.path.split("/").slice(1);
switch(operation.op) {
case "add":
if (pathArray[1] === "results") {break;}
this.addJob(operation.value);
this.update();
List.updatePagination(this);
......
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