Fix showing object-name in legal hold dialog (#3389)

This commit is contained in:
Ramon de Klein
2024-06-19 00:20:03 +02:00
committed by GitHub
parent c61e1e0a2a
commit 8262049e20

View File

@@ -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"