[F] Fix buttons locked when rating submission failed

This commit is contained in:
Hykilpikonna
2020-08-01 20:22:48 -04:00
parent c6054648d3
commit d8430a0885
@@ -183,6 +183,7 @@
{
this.$message.error('Sorry, but rating failed to post, please try again or email me if you continues to have issues. ' +
'But wait! The email system isn\'t created yet... oops!. (Technical error message: ' + response.data + ')');
this.ratingPosting = false;
}
});
}