diff --git a/superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx b/superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx index b35f486df..7ea859075 100644 --- a/superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx +++ b/superset-frontend/src/views/CRUD/alert/ExecutionLog.tsx @@ -100,7 +100,7 @@ function ExecutionLog({ addDangerToast, isReportEnabled }: ExecutionLogProps) { row: { original: { uuid: executionId }, }, - }: any) => executionId.slice(0, 6), + }: any) => (executionId ? executionId.slice(0, 6) : 'none'), accessor: 'uuid', Header: t('Execution ID'), size: 'xs',