[ACS-5645] card view dateitem parse fix (#9017)

* card view dateitem parse fix

* remove unused prop

* remove dead link from demo shell
This commit is contained in:
Denys Vuika
2023-10-24 15:48:36 +01:00
committed by GitHub
parent 36c6e6d8ea
commit 879c5a6d2c
3 changed files with 4 additions and 13 deletions

View File

@@ -42,8 +42,7 @@ export class AppLayoutComponent {
{ href: '/form', icon: 'poll', title: 'Form' }
]},
{ href: '/login', icon: 'vpn_key', title: 'Login' },
{ href: '/settings-layout', icon: 'settings', title: 'Settings' },
{ href: '/treeview', icon: 'nature', title: 'Tree View' }
{ href: '/settings-layout', icon: 'settings', title: 'Settings' }
];
enableRedirect = true;