Describe props default

Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/21833/head
J. Ryan Stinnett 2019-08-28 11:24:11 +01:00 committed by GitHub
parent 72ec6c7062
commit ac6b03551a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default class ServerConfig extends React.PureComponent {
submitClass: PropTypes.string,
// Whether the flow this component is embedded in requires an identity
// server when the homeserver says it will need one.
// server when the homeserver says it will need one. Default false.
showIdentityServerIfRequiredByHomeserver: PropTypes.bool,
};