fix: show names in admin tag panel

This commit is contained in:
Marcel
2026-03-15 21:08:06 +00:00
parent c2625657e2
commit 62189d8bb3
3 changed files with 5 additions and 10 deletions

View File

@@ -4,7 +4,6 @@
export let data;
export let form;
console.log(data)
let activeTab = 'users';
let editingTagId: string | null = null;