From 3e2e1a9fb7cc897510f559ca927d63936753ec19 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 23 Apr 2021 12:11:55 -0400 Subject: [PATCH] Accidentally removed line. --- src/shared/components/post-form.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/components/post-form.tsx b/src/shared/components/post-form.tsx index c8c42ff4..81e8f468 100644 --- a/src/shared/components/post-form.tsx +++ b/src/shared/components/post-form.tsx @@ -628,6 +628,7 @@ export class PostForm extends Component { } else if (data.type_ == SearchType[SearchType.Url]) { this.state.crossPosts = data.posts; } + this.setState(this.state); } } }