mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
fix #12
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user