We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61e1e0 commit 8262049Copy full SHA for 8262049
web-app/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/SetLegalHoldModal.tsx
@@ -99,7 +99,7 @@ const SetLegalHoldModal = ({
99
>
100
<FormLayout withBorders={false} containerPadding={false}>
101
<Box className={"inputItem"}>
102
- <strong>Object</strong>: {bucketName}
+ <strong>Object</strong>: {bucketName + "/" + objectName}
103
</Box>
104
<Switch
105
value="legalhold"
0 commit comments