From d637675ce3fe11d59790f08147134be78ae36890 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 3 Oct 2024 21:02:42 +0200 Subject: [PATCH] chore: Update service application view --- resources/views/livewire/project/service/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/livewire/project/service/index.blade.php b/resources/views/livewire/project/service/index.blade.php index f8d5f8a43..5fcfb6b29 100644 --- a/resources/views/livewire/project/service/index.blade.php +++ b/resources/views/livewire/project/service/index.blade.php @@ -10,7 +10,7 @@ General - @if ($serviceDatabase->isBackupSolutionAvailable()) + @if ($serviceDatabase?->isBackupSolutionAvailable()) Backups @endif