mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Merge pull request #1118 from mr00z/main
This commit is contained in:
commit
50a8f40187
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
|
||||||
body: pForm.body,
|
body: pForm.body,
|
||||||
nsfw: pForm.nsfw,
|
nsfw: pForm.nsfw,
|
||||||
post_id: pv.post.id,
|
post_id: pv.post.id,
|
||||||
language_id: pv.post.language_id,
|
language_id: pForm.language_id,
|
||||||
auth,
|
auth,
|
||||||
};
|
};
|
||||||
WebSocketService.Instance.send(wsClient.editPost(form));
|
WebSocketService.Instance.send(wsClient.editPost(form));
|
||||||
|
|
Loading…
Reference in a new issue