diff --git a/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js b/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js index 005c9069e9..3b7f9e9d35 100644 --- a/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js +++ b/awx/ui/src/components/LaunchPrompt/LaunchPrompt.js @@ -129,7 +129,7 @@ function PromptModalForm({ }} title={t`Launch | ${resource.name}`} description={ - resource.description.length > 512 ? ( + resource.description?.length > 512 ? (