Skip to content

Commit dcab39e

Browse files
committed
chore: moving warning to top of page and changing text
1 parent ac198f7 commit dcab39e

File tree

1 file changed

+4
-4
lines changed
  • docs/src/pages/[platform]/connected-components/storage/fileuploader

1 file changed

+4
-4
lines changed

docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ import {
2525
UploadActionsExample,
2626
} from './examples'
2727

28+
<Alert variation="warning" heading="Storage Manager is deprecated">
29+
This component used to be called Storage Manager. The Storage Manager component has been renamed, and all functionality is retained by the File Uploader component.
30+
</Alert>
31+
2832
<DefaultExample />
2933

3034
## Basic Usage
@@ -82,10 +86,6 @@ The example below shows configuring the FileUploader to upload to the `protected
8286

8387
### Deprecated props
8488

85-
<Alert variation="warning" heading="Storage Manager is deprecated">
86-
This component used to be called Storage Manager. The Storage Manager component has been deprecated, and all functionality is retained by the File Uploader component.
87-
</Alert>
88-
8989
<Accordion.Container>
9090
<Accordion.Item key={"title"} value={"title"}>
9191
<Accordion.Trigger>

0 commit comments

Comments
 (0)