Skip to content

Commit 16b83ec

Browse files
committed
[LiveComponent][Docs] Fix version added for file uploads support
1 parent 9265573 commit 16b83ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LiveComponent/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,9 +1158,9 @@ shortcuts. We even added a flash message!
11581158
Uploading files
11591159
---------------
11601160

1161-
.. versionadded:: 2.9
1161+
.. versionadded:: 2.11
11621162

1163-
The ability to upload files to actions was added in version 2.9.
1163+
The ability to upload files to actions was added in version 2.11.
11641164

11651165
Files aren't sent to the component by default. You need to use a live action
11661166
to handle the files and tell the component when the file should be sent:

0 commit comments

Comments
 (0)