Skip to content

Commit

Permalink
Fix showing object-name in legal hold dialog (#3389)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramondeklein committed Jun 18, 2024
1 parent c61e1e0 commit 8262049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const SetLegalHoldModal = ({
>
<FormLayout withBorders={false} containerPadding={false}>
<Box className={"inputItem"}>
<strong>Object</strong>: {bucketName}
<strong>Object</strong>: {bucketName + "/" + objectName}
</Box>
<Switch
value="legalhold"
Expand Down

0 comments on commit 8262049

Please sign in to comment.