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
@@ -42,19 +42,19 @@ class EditIndexerProxyModalContentConnector extends Component {
onInputChange = ({ name, value }) => {
this.props.setIndexerProxyValue({ name, value });
}
};
onFieldChange = ({ name, value }) => {
this.props.setIndexerProxyFieldValue({ name, value });
}
};
onSavePress = () => {
this.props.saveIndexerProxy({ id: this.props.id });
}
};
onTestPress = () => {
this.props.testIndexerProxy({ id: this.props.id });
}
};
//
// Render