bugfix: passed wrong object to edit method
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -36,6 +36,6 @@
|
||||
</legend>
|
||||
{@html target(bookmark.comment.rendered)}
|
||||
<Tags module="bookmark" id={bookmark.id} />
|
||||
<button onclick={e => edit(bookmark.id)} >{t('edit')}</button>
|
||||
<button onclick={e => edit(bookmark)} >{t('edit')}</button>
|
||||
</fieldset>
|
||||
{/if}
|
||||
Reference in New Issue
Block a user