Skip to content

Commit

Permalink
fix(app): resetErrors before validation
Browse files Browse the repository at this point in the history
  • Loading branch information
kritish-dhaubanjar committed Oct 19, 2023
1 parent 59c6500 commit b5a9eb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/components/app/table-filter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@
const run = async () => {
const updatedParameters = { ...parameters };

resetErrors();

if (operation.value === "SCAN") {
updatedParameters.keys.pk = {
value: "",
Expand Down

0 comments on commit b5a9eb2

Please sign in to comment.