Skip to content

Commit

Permalink
can't clear options - fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
krutarthjankat committed Feb 27, 2024
1 parent 23ded3e commit 4e9b971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/NewRequest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
console.log("requestZim");
let parent = this;
this.payload.flags = Object.filter(this.payload.flags, item => item!=="");
parent.busy = true;
let task_id = null;
parent.toggleLoader("Creating schedule…");
Expand Down

0 comments on commit 4e9b971

Please sign in to comment.