list all demarches, filtered by zones
This commit is contained in:
parent
f9f31b721a
commit
9abf1c4af3
10 changed files with 182 additions and 1 deletions
|
@ -83,6 +83,11 @@ export function toggle(el: Element | null, force?: boolean) {
|
|||
}
|
||||
}
|
||||
|
||||
export function toggleExpandIcon(icon: Element | null) {
|
||||
icon?.classList.toggle('fr-icon-add-line');
|
||||
icon?.classList.toggle('fr-icon-subtract-line');
|
||||
}
|
||||
|
||||
export function enable(
|
||||
el: HTMLSelectElement | HTMLInputElement | HTMLButtonElement | null
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue