missing catch

This commit is contained in:
cgfhtw
2024-04-11 15:14:15 +02:00
parent 06b0529813
commit e0c7691e04
@@ -58,7 +58,8 @@ export default {
});
}
return result;
});
})
.catch(this.$fhcAlert.handleSystemError);
},
createAntrag() {
bootstrap.Modal.getOrCreateInstance(this.$refs.modal).hide();