fix(core): Only validate custom compose files
This commit is contained in:
parent
f98c58a0a3
commit
73e0735aa2
1 changed files with 5 additions and 3 deletions
|
|
@ -37,9 +37,11 @@
|
|||
Compose</x-forms.button>
|
||||
</div>
|
||||
<div class="flex-1"></div>
|
||||
<x-forms.button class="w-28" wire:click.prevent='validateCompose'>
|
||||
Validate
|
||||
</x-forms.button>
|
||||
@if (blank($service->service_type))
|
||||
<x-forms.button class="w-28" wire:click.prevent='validateCompose'>
|
||||
Validate
|
||||
</x-forms.button>
|
||||
@endif
|
||||
<x-forms.button class="w-28" wire:click.prevent='saveEditedCompose'>
|
||||
Save
|
||||
</x-forms.button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue