Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit f63f671

Browse files
remove typo in CodeModal
1 parent a0a8fcd commit f63f671

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/views/Voting/CodeModal.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ export default {
212212
return;
213213
}
214214
this.isSubmitting = true;
215-
this.successMessage = "";
216-
217215
if (!this.fields.email.value) {
218216
this.errorMessage = "You forgot to tell us your email";
219217
this.showError = true;

0 commit comments

Comments
 (0)