1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

ManageEventIndex: Rename the file to contain the Dialog suffix.

This commit is contained in:
Damir Jelić
2020-01-24 09:54:46 +01:00
parent f763ae3c7b
commit 93facca479
2 changed files with 1 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ export default class EventIndexPanel extends React.Component {
_onManage = async () => {
Modal.createTrackedDialogAsync('Message search', 'Message search',
import('../../../async-components/views/dialogs/eventindex/ManageEventIndex'),
import('../../../async-components/views/dialogs/eventindex/ManageEventIndexDialog'),
{
onFinished: () => {},
}, null, /* priority = */ false, /* static = */ true,