Fixes bug re-launching adhoc command with passwords required

This commit is contained in:
mabashian 2022-10-11 09:46:33 -04:00
parent 22b6ae6903
commit cdb51a75b8

View File

@ -129,7 +129,7 @@ function PromptModalForm({
}}
title={t`Launch | ${resource.name}`}
description={
resource.description.length > 512 ? (
resource.description?.length > 512 ? (
<ExpandableSection
toggleText={
showDescription ? t`Hide description` : t`Show description`