-
Notifications
You must be signed in to change notification settings - Fork 2.8k
console: automatically wrap default column values in quotes (close #418) #5805
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
console: automatically wrap default column values in quotes (close #418) #5805
Conversation
|
✔️ Deploy preview for hasura-docs ready! 🔨 Explore the source changes: d63be6f 🔍 Inspect the deploy logs: https://app.netlify.com/sites/hasura-docs/deploys/5fca506e04b45c0007e68367 😎 Browse the preview: https://deploy-preview-5805--hasura-docs.netlify.app |
kolharsam
left a comment
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.
Minor changes suggested. Otherwise, it looks good! 👍
console/src/components/Services/Data/TableModify/ModifyActions.js
Outdated
Show resolved
Hide resolved
beerose
left a comment
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.
Console
…) (#162) Co-authored-by: Varun Choudhary <varun@hasura.io> Co-authored-by: Sameer Kolhar <sameer@hasura.io> Co-authored-by: Aleksandra Sikora <aleksandra@hasura.io> GITHUB_PR_NUMBER: 5805 GITHUB_PR_URL: #5805 Co-authored-by: Varun Choudhary <varun@hasura.io> Co-authored-by: Sameer Kolhar <sameer@hasura.io> Co-authored-by: Aleksandra Sikora <aleksandra@hasura.io> GitOrigin-RevId: 8c80998
closes: #418
Description
This PR automatically wraps the default value of json type column in quotes
' '. So that it will throw no error.Affected components