mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Fixes bug where checkbox list item was selecting things twice SUMMARY Resolves #10338 There was a click event on the row and the underlying checkbox. I got rid of the underlying click event so now its only handled at the row level. ISSUE TYPE Bugfix Pull Request COMPONENT NAME UI Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> Reviewed-by: Tiago Góes <tiago.goes2009@gmail.com>