Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix persisting datasource selection choice (#6181)
* Fix persisting datasource selection choice Closes #5646. We were already storing this in localStorage, however we weren't accounting for the fact that it was stored as a string, rather than an integer. * Restyled by prettier (#6182) Co-authored-by: Restyled.io <commits@restyled.io> --------- Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
- Loading branch information