Bugfix Api: clearValidation

This commit is contained in:
cgfhtw
2024-04-12 10:29:06 +02:00
parent 1fb019b795
commit 054ef5d00f
-1
View File
@@ -156,7 +156,6 @@ export default {
const $fhcAlert = app.config.globalProperties.$fhcAlert;
if (form) {
form.clearValidation();
form.setFeedback(false, error.messages);
return false;
}