Skip to content

Commit

Permalink
Remove a undefined call
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Mar 24, 2023
1 parent a201427 commit a98ccc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/APIKeyDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export default {
if (res.ok) {
this.clearKey = res.key;
this.keymodal.show();
this.clearForm();
} else {
toast.error(res.msg);
}
Expand Down

0 comments on commit a98ccc9

Please sign in to comment.