Skip to content

Commit

Permalink
Readd .rpm to dialog (#22654)
Browse files Browse the repository at this point in the history
Probably removed during FMA refactoring.
  • Loading branch information
lucasmrod authored Oct 4, 2024
1 parent 4581bbc commit 4cdfba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const PackageForm = ({
canEdit={isEditingSoftware}
graphicName={"file-pkg"}
accept={ACCEPTED_EXTENSIONS}
message=".pkg, .msi, .exe, or .deb"
message=".pkg, .msi, .exe, .deb, or .rpm"
onFileUpload={onFileSelect}
buttonMessage="Choose file"
buttonType="link"
Expand Down

0 comments on commit 4cdfba8

Please sign in to comment.