Skip to content

Commit fc6449e

Browse files
author
Benjamin Perez
committed
Added tooltip
1 parent 9bae220 commit fc6449e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

portal-ui/src/screens/Console/Buckets/ListBuckets/Objects/ObjectDetails/SetLegalHoldModal.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ const SetLegalHoldModal = ({
102102
}}
103103
label={"Legal Hold Status"}
104104
indicatorLabels={["Enabled", "Disabled"]}
105+
tooltip={
106+
"To enable this feature you need to enable versioning on the bucket before creation"
107+
}
105108
/>
106109
</Grid>
107110
<Grid item xs={12} className={classes.buttonContainer}>

0 commit comments

Comments
 (0)