-
Notifications
You must be signed in to change notification settings - Fork 15
fix: execution plan svg not saving in chrome #1744
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: execution plan svg not saving in chrome #1744
Conversation
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.
Copilot reviewed 2 out of 3 changed files in this pull request and generated no suggestions.
Files not reviewed (1)
- src/containers/Tenant/Query/QueryResult/i18n/en.json: Language not supported
}) | ||
.catch((err) => { | ||
setError(JSON.stringify(err)); | ||
const errorMessage = err.data?.message || err.message || JSON.stringify(err); |
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.
Don't we want to move such a logic into a helper (we have similar logic in ResponseError
and parseQueryError
)?
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.
moved to utils/errors
d2dbd72
Closes #1743
CI Results
Test Status: β PASSED
π Full Report
Test Changes Summary β¨3 ποΈ1
β¨ New Tests (3)
ποΈ Deleted Tests (1)
Bundle Size: πΊ
Current: 65.88 MB | Main: 65.87 MB
Diff: +5.96 KB (0.01%)
βΉοΈ CI Information