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/03/30 20:26:02 UTC

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

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



##########
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:
       are you sure all rows are objects that have an `original` nested object?
   If not, this could fail, and maybe we need to use optional chaining instead




-- 
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