Don't remember the collapse state across refreshes in showFirstRow

This commit is contained in:
Kuba Orlik 2024-07-28 17:34:59 +02:00
parent 7df06edc9f
commit c2d52b91ca

View File

@ -110,6 +110,7 @@ export async function showFirstRow({
.join("\n")} .join("\n")}
<input <input
class="show-first-row__checkbox" class="show-first-row__checkbox"
autocomplete="off"
type="checkbox" type="checkbox"
id={checkbox_id} id={checkbox_id}
style="display: none" style="display: none"