refactor: admin booking modals with shared formatting and auto-select
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -720,7 +720,7 @@
|
||||
sessions, etc.)
|
||||
</p>
|
||||
<div class="space-y-3">
|
||||
{#each selectedServices as service}
|
||||
{#each selectedServices as service (service.id)}
|
||||
<!-- Safety check to ensure override exists -->
|
||||
{#if serviceOverrides[service.id]}
|
||||
<div class="rounded-lg border bg-white p-4">
|
||||
|
||||
Reference in New Issue
Block a user