Skip to content

Commit 4b8d9a3

Browse files
committed
fx
1 parent f786429 commit 4b8d9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pages/project/project-create/create-project.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { NotificationsService } from 'angular2-notifications';
1111
})
1212
export class CreateProjectComponent implements OnInit {
1313
customers: User[];
14-
newProject: Project = { name: '' };
14+
newProject: Project = { name: '', ai_resolutions: 0 };
1515

1616
constructor(
1717
public customerService: CustomerService,

0 commit comments

Comments
 (0)