Fix empty server order modal by restoring serverOrderForm JS.
Deploy Ladill Servers / deploy (push) Successful in 20s

The modal Alpine component was never copied during extraction, so step content never rendered.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-06 20:08:56 +00:00
co-authored by Cursor
parent 608e6947bf
commit b019ed02ef
2 changed files with 361 additions and 1 deletions
@@ -23,7 +23,7 @@
@click.stop>
<form x-ref="form"
method="POST"
action="{{ route('hosting.servers.store') }}"
action="{{ route('servers.orders.store') }}"
x-data="serverOrderForm(@js($serverOrderPayloads), @js($billingCycles), @js($initialServerOrderState))"
@submit.prevent="submitOrder"
class="max-h-[90vh] overflow-y-auto">