Fix site-form cancel button.

- Fixes #164
pull/722/head
Dessalines 5 years ago
parent e5fd7a0ac8
commit 178a2ed933

@ -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))))

Loading…
Cancel
Save