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>
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue