This commit is contained in:
Saeed Vaziry
2023-08-26 09:59:36 +02:00
parent fdd4b142e9
commit dacbb10ef0
3 changed files with 35 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<div>
@if($site->deploymentScript && $site->deploymentScript->content)
@if($site->deploymentScript?->content)
<x-primary-button wire:click="deploy" wire:loading.attr="disabled">{{ __("Deploy") }}</x-primary-button>
@endif
</div>