mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 08:52:21 +00:00
missing catch
This commit is contained in:
@@ -58,7 +58,8 @@ export default {
|
||||
});
|
||||
}
|
||||
return result;
|
||||
});
|
||||
})
|
||||
.catch(this.$fhcAlert.handleSystemError);
|
||||
},
|
||||
createAntrag() {
|
||||
bootstrap.Modal.getOrCreateInstance(this.$refs.modal).hide();
|
||||
|
||||
Reference in New Issue
Block a user