Skip to content

Commit

Permalink
version updated for the dynamic form issue and issue related to the n…
Browse files Browse the repository at this point in the history
…ew user showing the old data
  • Loading branch information
farhanp1502 committed Jan 20, 2025
1 parent 7206252 commit 3f87795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"authentication_frontend_library": "^1.0.21",
"elevate-dynamic-form": "^0.0.14",
"elevate-dynamic-form": "^0.0.15",
"ionicons": "^7.0.0",
"jwt-decode": "^4.0.0",
"network-service": "^0.0.1",
Expand Down
5 changes: 5 additions & 0 deletions src/app/home/home.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,9 @@ async getdata() {
window.location.href = "/create-project/mitra-chat"
}

ionViewWillLeave(){
this.spotlightstories=[];
this.myImprovements = [];
this.recommendationList=[];
}
}

0 comments on commit 3f87795

Please sign in to comment.