@@ -91,7 +91,7 @@ const CustomBotWithProxySettings = (props) => {
/>
</div>
<div className="col-md-2 mt-3 text-center text-md-left">
- <button type="button" className="btn btn-primary" onClick={() => updateProxyUri} disabled={false}>{ t('Update') }</button>
+ <button type="button" className="btn btn-primary" onClick={updateProxyUri} disabled={false}>{ t('Update') }</button>