mirror of
https://github.com/ansible/awx.git
synced 2026-03-14 23:47:28 -02:30
Fixes bug re-launching adhoc command with passwords required
This commit is contained in:
@@ -129,7 +129,7 @@ function PromptModalForm({
|
|||||||
}}
|
}}
|
||||||
title={t`Launch | ${resource.name}`}
|
title={t`Launch | ${resource.name}`}
|
||||||
description={
|
description={
|
||||||
resource.description.length > 512 ? (
|
resource.description?.length > 512 ? (
|
||||||
<ExpandableSection
|
<ExpandableSection
|
||||||
toggleText={
|
toggleText={
|
||||||
showDescription ? t`Hide description` : t`Show description`
|
showDescription ? t`Hide description` : t`Show description`
|
||||||
|
|||||||
Reference in New Issue
Block a user