tchiotludo / akhq

Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more...
https://akhq.io/
Apache License 2.0
3.41k stars 660 forks source link

Bug: 'Select All' checkbox doesn't uncheck when a single topic is deselected #1928

Closed gantoin closed 1 month ago

gantoin commented 2 months ago

When the "Select All" checkbox is selected, all topics are correctly checked. However, if a user manually unchecks a single topic from the list, the "Select All" checkbox should automatically uncheck itself, but it currently remains checked.

demo