1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

DisableEventIndex: Rename the class.

This commit is contained in:
Damir Jelić
2020-01-24 09:39:56 +01:00
parent 86a098fcd9
commit d30fd3eac0

View File

@@ -27,7 +27,7 @@ import AccessibleButton from "../../../../components/views/elements/AccessibleBu
/*
* Allows the user to disable the Event Index.
*/
export default class ManageEventIndex extends React.Component {
export default class DisableEventIndexDialog extends React.Component {
static propTypes = {
onFinished: PropTypes.func.isRequired,
}