fix database dropdown item rendering
This commit is contained in:
parent
3007aadbb0
commit
b8ad70229d
1 changed files with 3 additions and 1 deletions
|
|
@ -199,7 +199,9 @@
|
|||
</button>
|
||||
</DropdownItem>
|
||||
{#if role !== null && role >= 7}
|
||||
<DropdownItem href={databaseHref}>Database</DropdownItem>
|
||||
<DropdownItem>
|
||||
<a href={databaseHref}>Database</a>
|
||||
</DropdownItem>
|
||||
{/if}
|
||||
{#if isAuth}
|
||||
<DropdownMenu.Separator class="dropdown-separator" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue