Spaces:
Running
Running
Update flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.ts
Browse files
flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.ts
CHANGED
@@ -260,12 +260,6 @@ export default class ProjectEditDialogComponent implements OnInit {
|
|
260 |
intents: [],
|
261 |
parameters: []
|
262 |
};
|
263 |
-
|
264 |
-
try {
|
265 |
-
await this.apiService.createVersion(result.id, defaultVersion).toPromise();
|
266 |
-
} catch (versionError) {
|
267 |
-
console.error('Failed to create initial version:', versionError);
|
268 |
-
}
|
269 |
}
|
270 |
|
271 |
this.showMessage('Project created successfully!', false);
|
|
|
260 |
intents: [],
|
261 |
parameters: []
|
262 |
};
|
|
|
|
|
|
|
|
|
|
|
|
|
263 |
}
|
264 |
|
265 |
this.showMessage('Project created successfully!', false);
|