Add flash error message for inventory items import [SCI-9739] (#6829)

This commit is contained in:
wandji 2023-12-18 11:27:08 +01:00 committed by GitHub
parent 528d411910
commit 007567b4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@
formGroup.append(
'<span class="help-block">' + XHR.responseJSON.message + '</span>'
);
HelperModule.flashAlertMsg(XHR.responseJSON.message, 'danger');
}
function handleSuccessfulSubmit(data) {