Skip to content

Commit

Permalink
reset form after submitting data importing
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Jul 25, 2024
1 parent 406b7c0 commit d142296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/yggdrasil/players/csv.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function Import({refetch}) {
} else {
refetch()
}
form.clearFields()
} catch (e) {
console.warn(e)
Notification.warning({content: String(e)})
Expand Down

0 comments on commit d142296

Please sign in to comment.