diff --git a/awx/ui/src/screens/Inventory/shared/useWsInventorySourcesDetails.js b/awx/ui/src/screens/Inventory/shared/useWsInventorySourcesDetails.js index e010b8916..6dfe79a15 100644 --- a/awx/ui/src/screens/Inventory/shared/useWsInventorySourcesDetails.js +++ b/awx/ui/src/screens/Inventory/shared/useWsInventorySourcesDetails.js @@ -24,7 +24,7 @@ export default function useWsInventorySourcesDetails(initialSource) { } if ( - ['successful', 'failed', 'error', 'cancelled'].includes( + ['successful', 'failed', 'error', 'canceled'].includes( lastMessage.status ) ) { diff --git a/awx/ui/src/screens/Job/WorkflowOutput/useWsWorkflowOutput.js b/awx/ui/src/screens/Job/WorkflowOutput/useWsWorkflowOutput.js index ee8f794bb..e586c7d76 100644 --- a/awx/ui/src/screens/Job/WorkflowOutput/useWsWorkflowOutput.js +++ b/awx/ui/src/screens/Job/WorkflowOutput/useWsWorkflowOutput.js @@ -53,7 +53,7 @@ export default function useWsWorkflowOutput(workflowJobId, initialNodes) { if ( lastMessage?.unified_job_id === workflowJobId && - ['successful', 'failed', 'error', 'cancelled'].includes( + ['successful', 'failed', 'error', 'canceled'].includes( lastMessage.status ) ) {