Canner / WrenAI

🚀 An open-source SQL AI (Text-to-SQL) Agent that empowers data, product teams to chat with their data. 🤘
https://getwren.ai/oss
GNU Affero General Public License v3.0
2.04k stars 211 forks source link

fix(wren-ui): Fix select models duplicated keys issue #551

Closed andreashimin closed 3 months ago

andreashimin commented 3 months ago

Description

In #491 using onChange to handle select all & deselect all click, the if condition didn't bypass select one click successfully (it happens when the selectedKeys already had 1 key), causing onSelect & onChange to update selectedKeys at the same time, so there are duplicated keys inside.

image