We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c04a commit d637675Copy full SHA for d637675
resources/views/livewire/project/service/index.blade.php
@@ -10,7 +10,7 @@ class="{{ request()->routeIs('project.service.configuration') ? 'menu-item-activ
10
<a class="menu-item" :class="activeTab === 'general' && 'menu-item-active'"
11
@click.prevent="activeTab = 'general'; window.location.hash = 'general'; if(window.location.search) window.location.search = ''"
12
href="#">General</a>
13
- @if ($serviceDatabase->isBackupSolutionAvailable())
+ @if ($serviceDatabase?->isBackupSolutionAvailable())
14
<a :class="activeTab === 'backups' && 'menu-item-active'" class="menu-item"
15
@click.prevent="activeTab = 'backups'; window.location.hash = 'backups'" href="#">Backups</a>
16
@endif
0 commit comments