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 8d99637 commit 57d6acaCopy full SHA for 57d6aca
web-app/src/screens/Console/Buckets/ListBuckets/AddBucket/BucketNamingRules.tsx
@@ -61,6 +61,7 @@ const BucketNamingRules = ({ errorList }: { errorList: boolean[] }) => {
61
<Fragment>
62
<ExpandOptionsButton
63
id={"toggle-naming-rules"}
64
+ type="button"
65
open={showNamingRules}
66
label={`${showNamingRules ? "Hide" : "View"} Bucket Naming Rules`}
67
onClick={() => {
0 commit comments