You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Fix doc for NeedToRegisterDialog and the place I copied it from
This commit is contained in:
@@ -20,7 +20,7 @@ limitations under the License.
|
|||||||
* title: "some text", (default: "Error")
|
* title: "some text", (default: "Error")
|
||||||
* description: "some more text",
|
* description: "some more text",
|
||||||
* button: "Button Text",
|
* button: "Button Text",
|
||||||
* onClose: someFunction,
|
* onFinished: someFunction,
|
||||||
* focus: true|false (default: true)
|
* focus: true|false (default: true)
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ limitations under the License.
|
|||||||
* Modal.createDialog(NeedToRegisterDialog, {
|
* Modal.createDialog(NeedToRegisterDialog, {
|
||||||
* title: "some text", (default: "Registration required")
|
* title: "some text", (default: "Registration required")
|
||||||
* description: "some more text",
|
* description: "some more text",
|
||||||
* onClose: someFunction,
|
* onFinished: someFunction,
|
||||||
* });
|
* });
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user