add multi trainings +fix path for coco retraining
This commit is contained in:
@@ -553,7 +553,7 @@ document.getElementById('parameters-form').addEventListener('submit', async func
|
||||
}
|
||||
// Add project id if available
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
const projectId = urlParams.get('id');
|
||||
const projectId = urlParams.get('project_id') || urlParams.get('id'); // Support both parameter names
|
||||
if (projectId) formData.append('project_id', projectId);
|
||||
// Send to backend
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user