Skip to content

Commit d637675

Browse files
committed
chore: Update service application view
1 parent e71c04a commit d637675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/service/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
1010
<a class="menu-item" :class="activeTab === 'general' && 'menu-item-active'"
1111
@click.prevent="activeTab = 'general'; window.location.hash = 'general'; if(window.location.search) window.location.search = ''"
1212
href="#">General</a>
13-
@if ($serviceDatabase->isBackupSolutionAvailable())
13+
@if ($serviceDatabase?->isBackupSolutionAvailable())
1414
<a :class="activeTab === 'backups' && 'menu-item-active'" class="menu-item"
1515
@click.prevent="activeTab = 'backups'; window.location.hash = 'backups'" href="#">Backups</a>
1616
@endif

0 commit comments

Comments
 (0)