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
ManageEventIndex: Rename the file to contain the Dialog suffix.
This commit is contained in:
@@ -85,7 +85,7 @@ export default class EventIndexPanel extends React.Component {
|
|||||||
|
|
||||||
_onManage = async () => {
|
_onManage = async () => {
|
||||||
Modal.createTrackedDialogAsync('Message search', 'Message search',
|
Modal.createTrackedDialogAsync('Message search', 'Message search',
|
||||||
import('../../../async-components/views/dialogs/eventindex/ManageEventIndex'),
|
import('../../../async-components/views/dialogs/eventindex/ManageEventIndexDialog'),
|
||||||
{
|
{
|
||||||
onFinished: () => {},
|
onFinished: () => {},
|
||||||
}, null, /* priority = */ false, /* static = */ true,
|
}, null, /* priority = */ false, /* static = */ true,
|
||||||
|
|||||||
Reference in New Issue
Block a user