diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index 942c829..1705cf0 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -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);