You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
Describe props default
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export default class ServerConfig extends React.PureComponent {
|
|||||||
submitClass: PropTypes.string,
|
submitClass: PropTypes.string,
|
||||||
|
|
||||||
// Whether the flow this component is embedded in requires an identity
|
// 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,
|
showIdentityServerIfRequiredByHomeserver: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user