-
Notifications
You must be signed in to change notification settings - Fork 32
fix: Export JSON scheme #2075
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
fix: Export JSON scheme #2075
Conversation
|
Is this related to the otherwise failing tables-import-export-scheme.cy.js test? |
072775e to
28aabb8
Compare
Looks like it! |
blizzz
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.
We have a JSONResponse class, please use this instead of DataResponse then. But we can instantiate it normally and don't need to instantiate an anonymous class on the fly.
f848fed to
02dc9f4
Compare
9b71893 to
22109d5
Compare
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
Signed-off-by: Enjeck C <patrathewhiz@gmail.com>
22109d5 to
c5d3668
Compare
Right now, if you select the "Export" option for a table, you get the error
This fixes it.