Fix special adventure types

This commit is contained in:
Sean Morley
2024-08-20 12:39:15 -04:00
parent d5814fe6df
commit aada13ca40
2 changed files with 55 additions and 23 deletions

View File

@@ -186,6 +186,7 @@
collection_id={collection.id}
startDate={collection.start_date}
endDate={collection.end_date}
is_collection={true}
/>
{/if}
@@ -307,24 +308,6 @@
Adventure</button
>
<button
class="btn btn-primary"
on:click={() => {
isShowingCreateModal = true;
newType = 'lodging';
}}
>
Lodging</button
>
<button
class="btn btn-primary"
on:click={() => {
isShowingCreateModal = true;
newType = 'dining';
}}
>
Dining</button
>
<button
class="btn btn-primary"
on:click={() => {