accounts: fix hiding of search options header for default sort

This commit is contained in:
Harvey Tindall
2023-06-14 18:43:46 +01:00
parent f24ea4a5f8
commit 708d382a3f
+1
View File
@@ -1867,6 +1867,7 @@ export class accountsList {
this._columns[this._activeSortColumn].ascending = true;
this._columns[this._activeSortColumn].hideIcon();
this._sortingByButton.parentElement.classList.add("hidden");
this.showHideSearchOptionsHeader();
};
this._sortingByButton.parentElement.addEventListener("click", defaultSort);