Fixed post editing
This commit is contained in:
parent
6e6c2d9d68
commit
a2e58587fb
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@
|
||||||
icon='/delete.svg'
|
icon='/delete.svg'
|
||||||
/>
|
/>
|
||||||
<PostButton
|
<PostButton
|
||||||
href='/new_post?edit={id}'
|
href='/new_post?edit={id}&init={encodeURIComponent(content)}'
|
||||||
data={''}
|
data={''}
|
||||||
icon='/edit.svg'
|
icon='/edit.svg'
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue