Fix empty server order modal by restoring serverOrderForm JS.
Deploy Ladill Servers / deploy (push) Successful in 20s
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user