fix(ui): Backups link should not redirected to general
This commit is contained in:
parent
efdf3b27a2
commit
8fa59f5ade
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
|
|||
@if ($serviceDatabase?->isBackupSolutionAvailable())
|
||||
<a :class="activeTab === 'backups' && 'menu-item-active'" class="menu-item"
|
||||
@click.prevent="activeTab = 'backups'; window.location.hash = 'backups'"
|
||||
wire:navigate href="#">Backups</a>
|
||||
wire:navigate href="#backups">Backups</a>
|
||||
@endif
|
||||
</div>
|
||||
<div class="w-full">
|
||||
|
|
|
|||
Loading…
Reference in a new issue