[ui] forgotten currentbacklinks

feat/vaults
Tomáš Mládek 2022-02-03 16:43:12 +01:00
parent ac6670ef1b
commit ba02f20dc2
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@
{#if currentBacklinks.length > 0}
<AttributeView
title={`Referred to (${$entity.backlinks.length})`}
entries={$entity.backlinks}
entries={currentBacklinks}
reverse
on:change={onChange}
/>