again and again fixed import export template
This commit is contained in:
@@ -127,7 +127,8 @@ function handleFileChange(event) {
|
||||
function performImport() {
|
||||
// Convert string IDs to integers before submitting
|
||||
const formData = {
|
||||
...importForm.data(),
|
||||
file: importForm.file,
|
||||
client_uuid: importForm.client_uuid || null,
|
||||
segment_id: importForm.segment_id ? parseInt(importForm.segment_id) : null,
|
||||
decision_id: importForm.decision_id ? parseInt(importForm.decision_id) : null,
|
||||
action_id: importForm.action_id ? parseInt(importForm.action_id) : null,
|
||||
|
||||
Reference in New Issue
Block a user