You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/[platform]/connected-components/storage/fileuploader/react.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ import {
25
25
UploadActionsExample,
26
26
} from'./examples'
27
27
28
+
<Alertvariation="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
+
28
32
<DefaultExample />
29
33
30
34
## Basic Usage
@@ -82,10 +86,6 @@ The example below shows configuring the FileUploader to upload to the `protected
82
86
83
87
### Deprecated props
84
88
85
-
<Alertvariation="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.
0 commit comments