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

@@ -222,7 +222,7 @@ export async function handle_update_ae_obj__event_file(
}: {
api_cfg: any,
event_file_id: string,
data_kv: any,
data_kv: key_val,
params?: key_val,
log_lvl?: number
}