fix database issues
This commit is contained in:
parent
475ba764a7
commit
509940dbd2
1 changed files with 3 additions and 0 deletions
|
@ -2202,6 +2202,9 @@ declare global {
|
|||
createFormData.append(key, String(value));
|
||||
});
|
||||
|
||||
// Initialize attendees as empty array
|
||||
createFormData.append("attendees", JSON.stringify([]));
|
||||
|
||||
// Add new files
|
||||
selectedFiles.forEach((file: File) => {
|
||||
createFormData.append("files", file);
|
||||
|
|
Loading…
Reference in a new issue