refactor(ui): standardize button types and migrate file operations to V3 Action API
This commit is contained in:
@@ -277,8 +277,7 @@
|
||||
$events_loc.launcher.hide__session_datetimes}
|
||||
class="shrink event_session_datetimes"
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
<button type="button"
|
||||
onclick={() => {
|
||||
if ($events_loc.launcher.time_format == 'time_12_short') {
|
||||
// $events_loc.launcher.datetime_format = 'datetime_long';
|
||||
@@ -370,7 +369,7 @@
|
||||
</strong>
|
||||
</div>
|
||||
<!-- {#if $ae_loc.trusted_access || $events_loc.launcher.trusted_access}
|
||||
<button on:click={async () => {
|
||||
<button type="button" on:click={async () => {
|
||||
show_modal_upload_files = true;
|
||||
link_to_type = 'event_session';
|
||||
link_to_id = $lq__event_session_obj.event_session_id;
|
||||
|
||||
Reference in New Issue
Block a user