summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/src/components/main.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/components/main.tsx b/ui/src/components/main.tsx
index ac43b1d9..153c9f72 100644
--- a/ui/src/components/main.tsx
+++ b/ui/src/components/main.tsx
@@ -71,6 +71,7 @@ export class Main extends Component<any, MainState> {
super(props, context);
this.state = this.emptyState;
+ this.handleEditCancel = this.handleEditCancel.bind(this);
this.subscription = WebSocketService.Instance.subject
.pipe(retryWhen(errors => errors.pipe(delay(3000), take(10))))