fix disabled register send button on initial rule acceptance (#1)
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
All checks were successful
delpoy / build-and-deploy (push) Successful in 43s
This commit is contained in:
parent
1f8cf66e90
commit
4aaf63c63f
@ -271,6 +271,8 @@
|
||||
on:click={() => {
|
||||
rulesAccepted = true;
|
||||
rulesInput.checked = true;
|
||||
// doesn't get triggered by `rulesInput.checked = true` so it must be called manually
|
||||
checkInputs();
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user