Add unit tests for UI
[clamp.git] / ui-react / src / components / dialogs / DeployLoop.js
index 2ec395d..805f0f2 100644 (file)
@@ -58,7 +58,7 @@ export default class DeployLoop extends React.Component {
        handleClose(){
                this.props.history.push('/');
        }
-       handleSave(e) {
+       handleSave() {
                const loopName = this.props.loopCache.getLoopName();
                // save the global propserties
                LoopService.updateGlobalProperties(loopName, this.state.temporaryPropertiesJson).then(resp => {