Skip to content

Commit

Permalink
Reset feature analyses parameters after submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack5MxHF authored and chrisknoll committed Oct 26, 2023
1 parent 427a622 commit 596cde6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ define([
name: this.paramName(),
value: this.paramValue()
});
this.resetParams();
}

resetParams() {
this.paramName('')
this.paramValue('')
}
}

Expand Down

0 comments on commit 596cde6

Please sign in to comment.