Fixed top checkbox state
This commit is contained in:
parent
0900c2691e
commit
3d2acb692a
@ -77,6 +77,7 @@
|
||||
<input
|
||||
type="checkbox"
|
||||
class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded"
|
||||
checked={generate_runners.length == current_runners.length}
|
||||
on:click={() => {
|
||||
if (generate_runners.length != current_runners.length) {
|
||||
generate_runners = current_runners;
|
||||
|
Loading…
x
Reference in New Issue
Block a user