From 91791a2827c1d40bc45f710854274f910a855e83 Mon Sep 17 00:00:00 2001 From: umasoodch Date: Mon, 5 Jul 2021 09:25:01 +0300 Subject: [PATCH] disabled button at home page --- Mohem/src/app/home/home.page.html | 2 +- .../profile/add-basic-details/add-basic-details.component.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/home/home.page.html b/Mohem/src/app/home/home.page.html index d9a4bb30..9f614c6a 100644 --- a/Mohem/src/app/home/home.page.html +++ b/Mohem/src/app/home/home.page.html @@ -64,7 +64,7 @@ - + diff --git a/Mohem/src/app/profile/add-basic-details/add-basic-details.component.ts b/Mohem/src/app/profile/add-basic-details/add-basic-details.component.ts index 57b95655..3d8b9608 100644 --- a/Mohem/src/app/profile/add-basic-details/add-basic-details.component.ts +++ b/Mohem/src/app/profile/add-basic-details/add-basic-details.component.ts @@ -122,8 +122,8 @@ export class AddBasicDetailsComponent implements OnInit { ngOnInit() {} ngAfterViewInit() { - // this.getEitDffStructure(); - this.getColumnStructure(); + this.getEitDffStructure(); + // this.getColumnStructure(); } public getColumnStructure() {