@idsoftsource/initial-process 1.2.6 → 1.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5186,6 +5186,12 @@ class RoleSelectComponent {
|
|
|
5186
5186
|
userJobTitle: selectedJobTitles,
|
|
5187
5187
|
industries: selectedIds
|
|
5188
5188
|
});
|
|
5189
|
+
saveProfile({
|
|
5190
|
+
...data,
|
|
5191
|
+
userDetail: {
|
|
5192
|
+
...this.userForm.value
|
|
5193
|
+
},
|
|
5194
|
+
});
|
|
5189
5195
|
this.isLoaded = true;
|
|
5190
5196
|
},
|
|
5191
5197
|
error: (err) => console.log('Error', err)
|