Skip to content

Commit afeed31

Browse files
Merge pull request #163 from aquality-automation/ai_resolutions
fx
2 parents abeb36c + 4b8d9a3 commit afeed31

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)