mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-07 00:36:08 +08:00
Typo fixes [SCI-9221]
This commit is contained in:
parent
a19383cd71
commit
ac9b567b66
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
submitting: false
|
||||
}
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
$(this.$refs.modal).modal('show');
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ export default {
|
|||
this.submitting = false;
|
||||
HelperModule.flashAlertMsg(response.data.message, 'success');
|
||||
}).catch((error) => {
|
||||
this.submitting = flase;
|
||||
this.submitting = false;
|
||||
HelperModule.flashAlertMsg(error.response.data.error, 'danger');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue