Commit 05151971 by Muhammad Usman

work history save issue fixed

parent b3c6c8c2
...@@ -19,7 +19,7 @@ import { CAREER_TABS } from '../../../config/constants'; ...@@ -19,7 +19,7 @@ import { CAREER_TABS } from '../../../config/constants';
}) })
export class WorkHistoryComponent extends BaseComponent implements OnInit { export class WorkHistoryComponent extends BaseComponent implements OnInit {
assocs = ['WorkExperiences.ILOJobTitle']; assocs = ['WorkExperiences', 'WorkExperiences.ILOJobTitle'];
careerProfile = new CareerProfileModel(); careerProfile = new CareerProfileModel();
jobTitles = []; jobTitles = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment