mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 07:05:57 +08:00
Add flash error message for inventory items import [SCI-9739] (#6829)
This commit is contained in:
parent
528d411910
commit
007567b4cc
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
formGroup.append(
|
||||
'<span class="help-block">' + XHR.responseJSON.message + '</span>'
|
||||
);
|
||||
HelperModule.flashAlertMsg(XHR.responseJSON.message, 'danger');
|
||||
}
|
||||
|
||||
function handleSuccessfulSubmit(data) {
|
||||
|
|
Loading…
Add table
Reference in a new issue