Skip to content

Commit

Permalink
For R.C. - Unreleased bug fix: Hide install options from editing soft…
Browse files Browse the repository at this point in the history
…ware modal (#25123)
  • Loading branch information
RachelElysia authored Jan 3, 2025
1 parent c5ec8fe commit 3364d58
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,14 @@ const PackageForm = ({
formData.software ? getFileDetails(formData.software) : undefined
}
/>
<InstallTypeSection
isCustomPackage
isExeCustomPackage={isExePackage}
installType={formData.installType}
onChangeInstallType={onChangeInstallType}
/>
{!isEditingSoftware && (
<InstallTypeSection
isCustomPackage
isExeCustomPackage={isExePackage}
installType={formData.installType}
onChangeInstallType={onChangeInstallType}
/>
)}
<TargetLabelSelector
selectedTargetType={formData.targetType}
selectedCustomTarget={formData.customTarget}
Expand Down

0 comments on commit 3364d58

Please sign in to comment.