Fix showing object-name in legal hold dialog (#3389)
This commit is contained in:
@@ -99,7 +99,7 @@ const SetLegalHoldModal = ({
|
|||||||
>
|
>
|
||||||
<FormLayout withBorders={false} containerPadding={false}>
|
<FormLayout withBorders={false} containerPadding={false}>
|
||||||
<Box className={"inputItem"}>
|
<Box className={"inputItem"}>
|
||||||
<strong>Object</strong>: {bucketName}
|
<strong>Object</strong>: {bucketName + "/" + objectName}
|
||||||
</Box>
|
</Box>
|
||||||
<Switch
|
<Switch
|
||||||
value="legalhold"
|
value="legalhold"
|
||||||
|
|||||||
Reference in New Issue
Block a user