Skip to content

Commit f054dbe

Browse files
authored
Merge pull request #49 from krutarthjankat/main
can't clear options - fixed
2 parents 23ded3e + 4e9b971 commit f054dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/NewRequest.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
console.log("requestZim");
222222
223223
let parent = this;
224+
this.payload.flags = Object.filter(this.payload.flags, item => item!=="");
224225
parent.busy = true;
225226
let task_id = null;
226227
parent.toggleLoader("Creating schedule…");

0 commit comments

Comments
 (0)