Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/manage-learn/core/services/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ProjectService {
})
}
async getTemplateBySoluntionId(id) {
let payload = await this.utils.getProfileData();
let payload = await this.utils.getProfileInfo();
const config = {
url: urlConstants.API_URLS.TEMPLATE_DETAILS + id,
payload: payload,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ ion-icon {
font-size: 22px !important;
font-weight: bold;
text-align: left !important;
margin: 10px 0px;
font-weight: 900;
}
}
Expand Down