Fix hound [SCI-8546]

Co-authored-by: Sboursen <dev.sboursen@gmail.com>
This commit is contained in:
sboursen-scinote 2023-05-29 09:55:31 +02:00
parent 65cad3fedd
commit 6240dd0a5f

View file

@ -168,7 +168,7 @@ var RepositoryDatatableRowEditor = (function() {
TABLE.ajax.reload(() => {
animateSpinner(null, false);
}, false);
});
});
TABLE.columns.adjust();
}