Skip to content

Commit

Permalink
taxonomy version update and remove popup issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mansurskTarento committed Jul 24, 2024
1 parent 490dbe5 commit 4d4eedb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class DesignationsComponent implements OnInit {
} else {
setTimeout(() => {
this.getOrgReadData()
}, 10000)
}, 10000)
}
// console.log('orgFramework Details', res)
})
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 4d4eedb

Please sign in to comment.