File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
packages/manager/src/features/ObjectStorage Expand file tree Collapse file tree 3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import {
3030import { fetchBucketAndUpdateCache } from 'src/queries/object-storage/utilities' ;
3131import { sendDownloadObjectEvent } from 'src/utilities/analytics/customEventAnalytics' ;
3232
33- import { QuotasInfoNotice } from '../QuotasInfoNotice' ;
3433import { deleteObject as _deleteObject } from '../requests' ;
3534import {
3635 displayName ,
@@ -357,7 +356,6 @@ export const BucketDetail = () => {
357356 < >
358357 < DocumentTitleSegment segment = { `${ bucketName } | Bucket` } />
359358 < BucketBreadcrumb bucketName = { bucketName } prefix = { prefix } />
360- < QuotasInfoNotice action = "adding objects" />
361359 < ObjectUploader
362360 bucketName = { bucketName }
363361 clusterId = { clusterId }
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import { PRICES_RELOAD_ERROR_NOTICE_TEXT } from 'src/utilities/pricing/constants
3232import { reportAgreementSigningError } from 'src/utilities/reportAgreementSigningError' ;
3333
3434import { EnableObjectStorageModal } from '../EnableObjectStorageModal' ;
35- import { QuotasInfoNotice } from '../QuotasInfoNotice' ;
3635import { BucketRegions } from './BucketRegions' ;
3736import { StyledEUAgreementCheckbox } from './OMC_CreateBucketDrawer.styles' ;
3837import { OveragePricing } from './OveragePricing' ;
@@ -285,7 +284,6 @@ export const OMC_CreateBucketDrawer = (props: Props) => {
285284 return (
286285 < Drawer onClose = { handleClose } open = { isOpen } title = "Create Bucket" >
287286 < form onSubmit = { handleBucketFormSubmit } >
288- < QuotasInfoNotice action = "creating a bucket" />
289287 { isRestrictedUser && (
290288 < Notice
291289 data-qa-permissions-notice
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments