We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abeb36c + 4b8d9a3 commit afeed31Copy full SHA for afeed31
src/app/pages/project/project-create/create-project.component.ts
@@ -11,7 +11,7 @@ import { NotificationsService } from 'angular2-notifications';
11
})
12
export class CreateProjectComponent implements OnInit {
13
customers: User[];
14
- newProject: Project = { name: '' };
+ newProject: Project = { name: '', ai_resolutions: 0 };
15
16
constructor(
17
public customerService: CustomerService,
0 commit comments