refactor(ui): standardize button types and migrate file operations to V3 Action API
This commit is contained in:
@@ -301,8 +301,7 @@
|
||||
events_func.load_ae_obj_id__event_file({ api_cfg: $ae_api, event_file_id: event_file_obj?.event_file_id, log_lvl });
|
||||
}}
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
<button type="button"
|
||||
onclick={() => {
|
||||
if (!event_file_obj?.open_in_os) ae_tmp.value__open_in_os = 'win';
|
||||
else if (event_file_obj?.open_in_os == 'win') ae_tmp.value__open_in_os = 'mac';
|
||||
|
||||
Reference in New Issue
Block a user