mirror of https://github.com/vector-im/riot-web
DisableEventIndex: Rename the class.
parent
86a098fcd9
commit
d30fd3eac0
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue