mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Accidentally removed line.
This commit is contained in:
parent
1bf9335e42
commit
3e2e1a9fb7
|
@ -628,6 +628,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
|
|||
} else if (data.type_ == SearchType[SearchType.Url]) {
|
||||
this.state.crossPosts = data.posts;
|
||||
}
|
||||
this.setState(this.state);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue