Skip to content

Commit 8262049

Browse files
authored
Fix showing object-name in legal hold dialog (#3389)
1 parent c61e1e0 commit 8262049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/SetLegalHoldModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const SetLegalHoldModal = ({
9999
>
100100
<FormLayout withBorders={false} containerPadding={false}>
101101
<Box className={"inputItem"}>
102-
<strong>Object</strong>: {bucketName}
102+
<strong>Object</strong>: {bucketName + "/" + objectName}
103103
</Box>
104104
<Switch
105105
value="legalhold"

0 commit comments

Comments
 (0)