Fixed checkbox show
This commit is contained in:
		@@ -112,6 +112,7 @@
 | 
			
		||||
                <input
 | 
			
		||||
                  type="checkbox"
 | 
			
		||||
                  class="focus:ring-indigo-500 h-4 w-4 text-indigo-600 border-gray-300 rounded"
 | 
			
		||||
                  checked={generate_runners.filter((i)=>i.id == row.id).length > 0}
 | 
			
		||||
                  on:click={() => {
 | 
			
		||||
                    if (
 | 
			
		||||
                      generate_runners.findIndex((i) => i.id == row.id) == -1
 | 
			
		||||
@@ -123,6 +124,7 @@
 | 
			
		||||
                        (r) => r.id != row.id
 | 
			
		||||
                      );
 | 
			
		||||
                    }
 | 
			
		||||
                    console.log(generate_runners)
 | 
			
		||||
                  }}
 | 
			
		||||
                />
 | 
			
		||||
              </td>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user