Correct category selector URL
Some checks failed
CI / scan_ruby (push) Successful in 17s
CI / scan_js (push) Successful in 14s
CI / lint (push) Successful in 14s
CI / test (push) Failing after 26s

This commit is contained in:
sto
2025-11-18 12:02:14 +01:00
parent bf127bb932
commit b87800f6bd

View File

@@ -28,7 +28,7 @@
if (option.value == selectedCategory) option.selected = true;
});
categorySelectEl.addEventListener('change', (e) => {
window.location.replace(`#{contest_path(@contest)}?category=${e.target.value}`);
window.location.replace(`#{contest_contestants_path(@contest)}?category=${e.target.value}`);
})
.d-flex.flex-column style="overflow-y: auto"
table.table.table-striped.table-hover