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.
1 parent f786429 commit 4b8d9a3Copy full SHA for 4b8d9a3
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