bugfix: passed wrong object to edit method

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-16 21:47:45 +01:00
parent 9a84fa6bc6
commit 410065f712

View File

@@ -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}