mirror of https://github.com/vector-im/riot-web
DisableEventIndex: Rename the file to contain the Dialog suffix.
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