Wrapping up for the day. File uploads and deletes pretty much work now. Need to figure out whey the form does not refresh or just ignore?

This commit is contained in:
Scott Idem
2024-11-07 19:34:57 -05:00
parent 079ec80fbd
commit b93cacdfcc
9 changed files with 540 additions and 27 deletions

View File

@@ -211,6 +211,13 @@ export let ae_app_session_data_struct: key_val = {
},
'ds_loaded': {
},
'files': {
disable_submit__hosted_file_obj: false,
processed_file_list: [],
submit_status: null, // 'saving', 'created', 'updated', 'saved'
},
'hub': {
'show_xyz': null,
},