ManageEventIndex: Rewrite the docs and rename the dialog class.

pull/21833/head
Damir Jelić 2020-01-24 09:45:29 +01:00
parent d30fd3eac0
commit 4ea2d4f90e
1 changed files with 2 additions and 4 deletions

View File

@ -24,12 +24,10 @@ import {formatBytes} from "../../../../utils/FormattingUtils";
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
import AccessibleButton from "../../../../components/views/elements/AccessibleButton";
/*
* Walks the user through the process of creating an e2e key backup
* on the server.
* Allows the user to introspect the event index state and disable it.
*/
export default class ManageEventIndex extends React.Component {
export default class ManageEventIndexDialog extends React.Component {
static propTypes = {
onFinished: PropTypes.func.isRequired,
}