fix(#248): resolve parent UUID to name in TagParentPicker dropdown subtitle

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-17 07:42:13 +02:00
parent be7009f9ed
commit aff7afa7cb
3 changed files with 49 additions and 2 deletions

View File

@@ -131,6 +131,7 @@ const colors = [
bind:value={parentId}
excludeIds={[data.tag.id]}
initialName={parentName}
allTags={data.tags}
/>
</div>