fix(core): Only validate custom compose files
This commit is contained in:
@@ -37,9 +37,11 @@
|
|||||||
Compose</x-forms.button>
|
Compose</x-forms.button>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-1"></div>
|
<div class="flex-1"></div>
|
||||||
<x-forms.button class="w-28" wire:click.prevent='validateCompose'>
|
@if (blank($service->service_type))
|
||||||
Validate
|
<x-forms.button class="w-28" wire:click.prevent='validateCompose'>
|
||||||
</x-forms.button>
|
Validate
|
||||||
|
</x-forms.button>
|
||||||
|
@endif
|
||||||
<x-forms.button class="w-28" wire:click.prevent='saveEditedCompose'>
|
<x-forms.button class="w-28" wire:click.prevent='saveEditedCompose'>
|
||||||
Save
|
Save
|
||||||
</x-forms.button>
|
</x-forms.button>
|
||||||
|
Reference in New Issue
Block a user