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 9bae220 commit fc6449eCopy full SHA for fc6449e
portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/SetLegalHoldModal.tsx
@@ -102,6 +102,9 @@ const SetLegalHoldModal = ({
102
}}
103
label={"Legal Hold Status"}
104
indicatorLabels={["Enabled", "Disabled"]}
105
+ tooltip={
106
+ "To enable this feature you need to enable versioning on the bucket before creation"
107
+ }
108
/>
109
</Grid>
110
<Grid item xs={12} className={classes.buttonContainer}>
0 commit comments