You've already forked matrix-react-sdk
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:
@@ -27,7 +27,7 @@ import AccessibleButton from "../../../../components/views/elements/AccessibleBu
|
|||||||
/*
|
/*
|
||||||
* Allows the user to disable the Event Index.
|
* Allows the user to disable the Event Index.
|
||||||
*/
|
*/
|
||||||
export default class ManageEventIndex extends React.Component {
|
export default class DisableEventIndexDialog extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
onFinished: PropTypes.func.isRequired,
|
onFinished: PropTypes.func.isRequired,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user