Skip to content

Commit

Permalink
[backend] Add architecture to command payload
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Nov 18, 2024
1 parent 159cacf commit 7d5dce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const PayloadForm: FunctionComponent<Props> = ({
/>
</>
)}
{showArchitecture && (
{type === 'Executable' && (
<Controller
control={control}
name="executable_file"
Expand Down

0 comments on commit 7d5dce1

Please sign in to comment.