Now with ability to sync person record to presenter record. Also some other editing.

This commit is contained in:
Scott Idem
2024-06-28 10:45:37 -04:00
parent a0085723c9
commit 298f87960a
5 changed files with 166 additions and 124 deletions

View File

@@ -57,10 +57,6 @@ onMount(() => {
<section class="svelte_component event_file_uploaded_manage {container_class_li.join(' ')}">
<h3 class="h4">
Manage Files: {$lq__event_file_obj_li ? `${$lq__event_file_obj_li.length}x` : '-- none --'}
</h3>
<button
type="button"
on:click={() => {
@@ -76,6 +72,9 @@ onMount(() => {
Refresh Files
</button>
<h3 class="h4">
Manage Files: {$lq__event_file_obj_li ? `${$lq__event_file_obj_li.length}x` : '-- none --'}
</h3>
{#if $lq__event_file_obj_li && $lq__event_file_obj_li.length}