File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
web-app/src/screens/Console/Buckets/BucketDetails Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ const BucketSummary = () => {
124124
125125 const bucketName = params . bucketName || "" ;
126126
127- let accessPolicy = "n/a " ;
127+ let accessPolicy = "PRIVATE " ;
128128 let policyDefinition = "" ;
129129
130130 if ( bucketInfo !== null && bucketInfo . access && bucketInfo . definition ) {
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const EditablePropertyItem = ({
8989 isLoading = { isLoading }
9090 onClick = { onEdit }
9191 label = { value }
92- sx = { { fontWeight : "bold" } }
92+ sx = { { fontWeight : "bold" , textTransform : "capitalize" } }
9393 disabled = { disabled }
9494 />
9595 </ HelpTip >
@@ -104,7 +104,7 @@ const EditablePropertyItem = ({
104104 isLoading = { isLoading }
105105 onClick = { onEdit }
106106 label = { value }
107- sx = { { fontWeight : "bold" } }
107+ sx = { { fontWeight : "bold" , textTransform : "capitalize" } }
108108 disabled = { disabled }
109109 />
110110 </ SecureAction >
You can’t perform that action at this time.
0 commit comments