-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: don't overwrite default value in boolean selector #4682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Review app for commit 17bc98b deployed to Heroku: https://hge-ci-pull-4682.herokuapp.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@beerose This still doesnt seem to work if the boolean value is set to false
|
Deploy preview for hasura-docs ready! Built with commit 0929f25 |
|
Review app for commit 414ab00 deployed to Heroku: https://hge-ci-pull-4682.herokuapp.com |
|
Review app https://hge-ci-pull-4682.herokuapp.com is deleted |
…5108) * console: fix checkbox for forwarding client headers in actions (close #4595) (#4669) * console: fix bulk selected rows state in data browser (close #4654) (#4673) * console: fix displaying boolean values in Edit Row tab (#4682) * console: fix regression in editing permissions manually (fix #4683) (#4826) * console: fix "Cannot read property 'foldable'" runtime error in `Browse Rows` page (fix #4907) (#5016) * console: fix enum tables reload data button UI (close #4647) (#4877)
Description
Previously boolean values weren't loaded properly on the
edit rowview. This PR fixes it.Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR.Affected components