Changes from before AAPOR
This commit is contained in:
@@ -401,7 +401,7 @@ async function handle_load_ae_obj_id__event_presenter({event_presenter_id, try_c
|
||||
});
|
||||
|
||||
}}
|
||||
class="btn btn-sm variant-ghost-primary w-48 mb-1 export_data_btn"
|
||||
class="btn btn-sm variant-ghost-warning w-42 mb-1 export_data_btn text-xs"
|
||||
title={`Download sponsorship data for ${$ae_loc.account_name}`}
|
||||
>
|
||||
{#await ae_promises.download__sponsorship_export}
|
||||
@@ -412,7 +412,7 @@ async function handle_load_ae_obj_id__event_presenter({event_presenter_id, try_c
|
||||
{:then}
|
||||
<!-- Done? -->
|
||||
{/await}
|
||||
<span class="fas fa-download mx-1"></span> Export Data
|
||||
<span class="fas fa-download mx-1"></span> Export All Data
|
||||
</button>
|
||||
{/if}
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user