mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 14:44:26 +08:00
Fix red dot after clear filters [SCI-6536] (#3868)
This commit is contained in:
parent
6cee35dfa5
commit
8c0279e948
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ window.initRepositoryFilter = () => {
|
|||
clearFilters() {
|
||||
this.filters = [];
|
||||
this.filterName = null;
|
||||
$('#filtersDropdownButton').removeClass('active-filters');
|
||||
this.dataTableElement.removeAttr('data-repository-filter-json');
|
||||
$('#modalSaveRepositoryTableFilter').data('repositoryTableFilterId', null);
|
||||
$('#saveRepositoryFilters').addClass('hidden');
|
||||
|
|
Loading…
Reference in a new issue