Lots of work on the Launcher and configuration. Looks pretty good and useful.
This commit is contained in:
@@ -503,9 +503,10 @@ max-w-max -->
|
||||
onchange={() => {
|
||||
$events_trigger = 'load__event_session_obj_li';
|
||||
}}
|
||||
title="Select to filter based on the location/room name"
|
||||
>
|
||||
{#if $lq__event_location_obj_li}
|
||||
<option value="">Location?</option>
|
||||
<option value="">Location / Room</option>
|
||||
{#each $lq__event_location_obj_li as event_location_obj}
|
||||
<option value={event_location_obj?.name}>{event_location_obj.name}</option>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user