Now with ability to sync person record to presenter record. Also some other editing.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user