ManageEventIndex: Rename the enable crawler setting.

This commit is contained in:
Damir Jelić 2020-01-23 12:24:54 +01:00
parent 9bee024da7
commit 4953f32cba
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ export default class ManageEventIndex extends React.Component {
roomCount: 0,
currentRoom: null,
eventIndexingEnabled:
SettingsStore.getValueAt(SettingLevel.DEVICE, 'enableCrawling'),
SettingsStore.getValueAt(SettingLevel.DEVICE, 'enableEventIndexing'),
crawlerSleepTime:
SettingsStore.getValueAt(SettingLevel.DEVICE, 'crawlerSleepTime'),
};