mistercrunch commented on code in PR #31858:
URL: https://github.com/apache/superset/pull/31858#discussion_r1917188910
##########
superset-frontend/src/components/ErrorMessage/ErrorMessageWithStackTrace.tsx:
##########
@@ -66,28 +68,27 @@ export default function ErrorMessageWithStackTrace({
if (fallback) {
return <>{fallback}</>;
}
+ const computedDescriptionDetails =
+ descriptionDetails ||
+ (link || stackTrace ? (
+ <>
+ {link && (
+ <a href={link} target="_blank" rel="noopener noreferrer">
+ (Request Access)
Review Comment:
yes!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]