Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: "disappearing messages" dialog wrong value
The bug was introduced in 0e0d0b8, where we switched from the Blueprint's `RadioGroup` to our custom `RadioGroup`, which had the bug where it would not reflect the actual value if it was changed programmatically. This commit fixes that bug. The bug in `Radio` existed ever since its introduction. The reason for using `defaultChecked` instead of `checked` probably was the fact that React would complain that "input doesn't have `onChange` listener set, use `defaultChecked` instead". I have ligtly checked that "disappearing messages" is the only affected place.
- Loading branch information