mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-02 05:02:18 +08:00
Remove spinner after samples import error [SCI-1399]
This commit is contained in:
parent
d726c121bc
commit
938896981d
1 changed files with 1 additions and 0 deletions
|
@ -46,5 +46,6 @@ $('form#form-import')
|
|||
|
||||
// Populate the errors container
|
||||
$('#import-errors-container').html(data.responseJSON.html);
|
||||
animateSpinner(null, false);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue