Clean up and working on the rich text editor. Will probably swap my version out for something else...

This commit is contained in:
Scott Idem
2024-12-02 14:56:22 -05:00
parent c0fe69ea73
commit 058c88c766
13 changed files with 290 additions and 201 deletions

View File

@@ -331,7 +331,7 @@ export async function qry_ae_obj_li__event(
}
// Updated 2024-09-25
// Updated 2024-12-02
export async function create_ae_obj__event(
{
api_cfg,
@@ -371,7 +371,8 @@ export async function create_ae_obj__event(
db_save_ae_obj_li__event(
{
obj_type: 'event',
obj_li: [event_obj_create_result]
obj_li: [event_obj_create_result],
log_lvl: log_lvl
});
}
return event_obj_create_result;