fix wrong varname

This commit is contained in:
Christoph Kluge
2026-01-14 13:00:36 +01:00
parent 59851f410e
commit 77b7548ef3

View File

@@ -56,7 +56,7 @@
<DropdownItem class="py-1 px-2" <DropdownItem class="py-1 px-2"
href={`${item.href}list/${cn}/${scn}`} href={`${item.href}list/${cn}/${scn}`}
> >
{subCluster} Node List {scn} Node List
</DropdownItem> </DropdownItem>
{/each} {/each}
</DropdownMenu> </DropdownMenu>