mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
DisableEventIndex: Rename the file to contain the Dialog suffix.
This commit is contained in:
parent
4ea2d4f90e
commit
f763ae3c7b
@ -96,7 +96,7 @@ export default class ManageEventIndexDialog extends React.Component {
|
||||
|
||||
_onDisable = async () => {
|
||||
Modal.createTrackedDialogAsync("Disable message search", "Disable message search",
|
||||
import("./DisableEventIndex"),
|
||||
import("./DisableEventIndexDialog"),
|
||||
null, null, /* priority = */ false, /* static = */ true,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user