Skip to content

Commit

Permalink
[fix] Radios not checked on load
Browse files Browse the repository at this point in the history
Radios were loaded too fast so when checking if they should be checked by default or not, the value was `undefined`

Using a state `isDataLoaded` to check if all the data was loaded or not, it fixes the problem. Probably not the prettiest fix ever made, but it does the job at the moment.
  • Loading branch information
Azecko committed Nov 14, 2024
1 parent 8130e2f commit 8187993
Showing 1 changed file with 731 additions and 727 deletions.
Loading

0 comments on commit 8187993

Please sign in to comment.