Working on new standalone event file manage element

This commit is contained in:
Scott Idem
2024-06-27 15:51:49 -04:00
parent 8c8748b571
commit 37ac30c56c
3 changed files with 201 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ import { events_func } from '$lib/ae_events_functions';
import Form_agree from './form_agree.svelte';
import Presenter_view from './presenter_view.svelte';
import Element_manage_event_file_li from '$lib/element_manage_event_file_li.svelte';
// Quickly save the data passed from the parent(s) to the Svelte stores, localStorage, and other.
$slct.account_id = data.account_id;
@@ -1690,6 +1691,11 @@ function send_sign_in_poc_email(
</ul>
{/if}
<Element_manage_event_file_li
link_to_type={'event_presentation'}
link_to_id={event_presentation_obj.event_presentation_id_random}
/>
<!-- Show files list for this presentation -->
<!-- {#await event_presentation_obj.event_file_li}
<p>Loading...</p>