1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Fix doc for NeedToRegisterDialog and the place I copied it from

This commit is contained in:
David Baker
2016-03-22 17:20:22 +00:00
parent 88aa975271
commit 7f6eabe657
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ limitations under the License.
* title: "some text", (default: "Error")
* description: "some more text",
* button: "Button Text",
* onClose: someFunction,
* onFinished: someFunction,
* focus: true|false (default: true)
* });
*/