mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 07:44:46 +08:00
Fix hound [SCI-8546]
Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
parent
65cad3fedd
commit
6240dd0a5f
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ var RepositoryDatatableRowEditor = (function() {
|
||||||
TABLE.ajax.reload(() => {
|
TABLE.ajax.reload(() => {
|
||||||
animateSpinner(null, false);
|
animateSpinner(null, false);
|
||||||
}, false);
|
}, false);
|
||||||
});
|
});
|
||||||
|
|
||||||
TABLE.columns.adjust();
|
TABLE.columns.adjust();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue