Fix repository table header [SCI-6559] (#3906)

Co-authored-by: Anton <anton@scinote.net>
This commit is contained in:
aignatov-bio 2022-02-28 14:19:31 +01:00 committed by GitHub
parent 4e118d095d
commit 577f449b95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -592,6 +592,9 @@ var RepositoryDatatable = (function(global) {
initAssignedTasksDropdown(TABLE_ID);
renderFiltersDropdown();
setTimeout(function() {
adjustTableHeader();
}, 500);
}
});