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 8af1bcd commit c929a71Copy full SHA for c929a71
portal-ui/src/screens/Console/Configurations/TiersConfiguration/AddTierConfiguration.tsx
@@ -280,7 +280,7 @@ const AddTierConfiguration = ({ classes }: IAddNotificationEndpointProps) => {
280
useEffect(() => {
281
switch (type) {
282
case "gcs":
283
- setEndpoint("https://storage.googleapis.com/");
+ setEndpoint("https://storage.googleapis.com");
284
setTitleSelection("Google Cloud");
285
break;
286
case "s3":
0 commit comments