Skip to content

Commit

Permalink
Merge pull request #467 from Arnei/flavors-in-event-source-upload-remove
Browse files Browse the repository at this point in the history
Remove asset type + flavor from source upload
  • Loading branch information
ziegenberg authored May 28, 2024
2 parents e89356c + 5b8871d commit a49b87d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ const NewAssetUploadPage = <T extends RequiredFormProps>({
<td>
{" "}
{translateOverrideFallback(asset, t)}
<span className="ui-helper-hidden">
{ // eslint-disable-next-line react/jsx-no-comment-textnodes
} ({asset.type} "{asset.flavorType}//
{asset.flavorSubType}")
</span>
</td>
<td>
<div className="file-upload">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ const Upload = ({ formik }) => {
<span style={{ fontWeight: "bold" }}>
{translateOverrideFallback(asset, t, "SHORT")}
</span>
<span className="ui-helper-hidden">
({asset.type} "{asset.flavorType}/
{asset.flavorSubType}")
</span>
<p>
{translateOverrideFallback(asset, t, "DETAIL")}
</p>
Expand Down

0 comments on commit a49b87d

Please sign in to comment.