This commit is contained in:
2019-04-04 22:59:15 +00:00
parent 85466f6acb
commit 1d9cf69b02
2 changed files with 13 additions and 2 deletions

View File

@@ -214,6 +214,8 @@ export default {
// .catch(function(error) {
// });
} else {
//say something so the user knows there is an issue
alert("STUB: You can't do that, there are broken rules");
}
} //end of submit()
}