From 4d4eedb926f592e6f2027b1dd4f106dad9cccf9f Mon Sep 17 00:00:00 2001 From: mansurskTarento Date: Wed, 24 Jul 2024 20:41:59 +0530 Subject: [PATCH] taxonomy version update and remove popup issue fix --- package.json | 2 +- .../components/designations/designations.component.ts | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e9baa81e..b88c04a68 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@sunbird-cb/micro-surveys": "2.0.13", "@sunbird-cb/rain-dashboards": "0.4.33", "@sunbird-cb/resolver": "^1.0.0", - "@sunbird-cb/taxonomy-editor": "^0.0.15", + "@sunbird-cb/taxonomy-editor": "^0.0.18", "@sunbird-cb/utils": "^1.0.18", "@types/file-saver": "^2.0.1", "brace": "^0.11.1", diff --git a/project/ws/app/src/lib/routes/home/routes/designation/components/designations/designations.component.ts b/project/ws/app/src/lib/routes/home/routes/designation/components/designations/designations.component.ts index 9dfe81bad..e42582ef9 100644 --- a/project/ws/app/src/lib/routes/home/routes/designation/components/designations/designations.component.ts +++ b/project/ws/app/src/lib/routes/home/routes/designation/components/designations/designations.component.ts @@ -133,7 +133,7 @@ export class DesignationsComponent implements OnInit { } else { setTimeout(() => { this.getOrgReadData() - }, 10000) + }, 10000) } // console.log('orgFramework Details', res) }) @@ -242,7 +242,12 @@ export class DesignationsComponent implements OnInit { descriptions: [ { header: '', - message: `Are you sure you want to remove the ${_.get(event, 'row.name')} designation?`, + messages: [ + { + msgClass: '', + msg: `Are you sure you want to remove the ${_.get(event, 'row.name')} designation?`, + }, + ], }, ], footerClass: 'items-center justify-end',