You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/04/01 12:49:30 UTC

[GitHub] [superset] codemaster08240328 commented on a change in pull request #19444: fix: Error Message is cut off in alerts & reports log page

codemaster08240328 commented on a change in pull request #19444:
URL: https://github.com/apache/superset/pull/19444#discussion_r840552952



##########
File path: superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx
##########
@@ -144,6 +145,15 @@ function ExecutionLog({ addDangerToast, isReportEnabled }: ExecutionLogProps) {
       {
         accessor: 'error_message',
         Header: t('Error message'),
+        Cell: ({
+          row: {

Review comment:
       Yes, @diegomedina248 , all rows have the nested object which contains `original`. 
   We can confirm this from line# 133. (https://github.com/apache/superset/pull/19444/files#diff-b0502ccd40e521f12fa41224e8486ad60145cbccb955f2122c1a4da6f5904081R133)




-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org