remove filter by last activity, fix close modal bug (#18081)
This commit is contained in:
parent
f6f9f0024c
commit
5166581a34
2 changed files with 1 additions and 5 deletions
|
|
@ -105,7 +105,7 @@ const clearAllCheckboxesInFieldset = (fieldset) => {
|
|||
const initializeModalCloseButton = () =>
|
||||
document
|
||||
.querySelector(`#${WINDOW_MODAL_ID} .js-filter-modal-cancel-btn`)
|
||||
.addEventListener('click', closeWindowModal);
|
||||
.addEventListener('click', () => closeWindowModal());
|
||||
|
||||
/**
|
||||
* Roles list is dynamically expanded and collapsed by this toggle button
|
||||
|
|
|
|||
|
|
@ -45,10 +45,6 @@
|
|||
<summary class="py-4 flex justify-between text-uppercase color-base-60 fs-s">Joining date<%= crayons_icon_tag("chevron-down", aria_hidden: true, class: "summary-icon") %></summary>
|
||||
Joining date options
|
||||
</details>
|
||||
<details data-section="last-activity" class="admin-details">
|
||||
<summary class="py-4 flex justify-between text-uppercase color-base-60 fs-s">Last activity<%= crayons_icon_tag("chevron-down", aria_hidden: true, class: "summary-icon") %></summary>
|
||||
Last activity options
|
||||
</details>
|
||||
<details data-section="organizations" class="admin-details">
|
||||
<summary class="py-4 flex justify-between text-uppercase color-base-60 fs-s">
|
||||
<span class="flex">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue