Skip to content

Commit

Permalink
chore: Update service application view
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Oct 3, 2024
1 parent e71c04a commit d637675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/project/service/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
<a class="menu-item" :class="activeTab === 'general' && 'menu-item-active'"
@click.prevent="activeTab = 'general'; window.location.hash = 'general'; if(window.location.search) window.location.search = ''"
href="#">General</a>
@if ($serviceDatabase->isBackupSolutionAvailable())
@if ($serviceDatabase?->isBackupSolutionAvailable())
<a :class="activeTab === 'backups' && 'menu-item-active'" class="menu-item"
@click.prevent="activeTab = 'backups'; window.location.hash = 'backups'" href="#">Backups</a>
@endif
Expand Down

0 comments on commit d637675

Please sign in to comment.