lint fixup

This commit is contained in:
Qstick
2021-11-21 18:57:22 -06:00
parent f19a81990b
commit 520d82ed20
163 changed files with 466 additions and 466 deletions
@@ -33,7 +33,7 @@ class EditIndexerModalConnector extends Component {
this.props.dispatchCancelTestIndexer();
this.props.dispatchCancelSaveIndexer();
this.props.onModalClose();
}
};
//
// Render
@@ -44,23 +44,23 @@ class EditIndexerModalContentConnector extends Component {
onInputChange = ({ name, value }) => {
this.props.setIndexerValue({ name, value });
}
};
onFieldChange = ({ name, value }) => {
this.props.setIndexerFieldValue({ name, value });
}
};
onSavePress = () => {
this.props.saveIndexer({ id: this.props.id });
}
};
onTestPress = () => {
this.props.testIndexer({ id: this.props.id });
}
};
onAdvancedSettingsPress = () => {
this.props.toggleAdvancedSettings();
}
};
//
// Render