Skip to content

Commit 0faba15

Browse files
authored
[MOSIP-44044] : Removed download card feature in admin portal (#834)
Signed-off-by: GOKULRAJ136 <110164849+GOKULRAJ136@users.noreply.github.com>
1 parent 965647b commit 0faba15

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

admin-ui/src/app/app.constants.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ export const navItems = [
7676
auditEventId: 'ADM-008',
7777
roles: ['REGISTRATION_ADMIN']
7878
},
79-
{
80-
displayName: 'menuItems.item9.title',
81-
icon: './assets/images/packet-status.svg',
82-
route: '/admin/download-card',
83-
children: null,
84-
auditEventId: 'ADM-009',
85-
roles: ['DIGITALCARD_ADMIN']
86-
},
79+
// {
80+
// displayName: 'menuItems.item9.title',
81+
// icon: './assets/images/packet-status.svg',
82+
// route: '/admin/download-card',
83+
// children: null,
84+
// auditEventId: 'ADM-009',
85+
// roles: ['DIGITALCARD_ADMIN']
86+
// },
8787
{
8888
displayName: 'menuItems.item5.title',
8989
icon: './assets/images/id-card.svg',

0 commit comments

Comments
 (0)