feat: Dashboar sidebar styled.

This commit is contained in:
Ahmed Bouhuolia
2020-03-26 16:41:22 +02:00
parent c7db1394e7
commit 6c4f86431c
4 changed files with 32 additions and 24 deletions

View File

@@ -23,6 +23,7 @@ export default function SidebarMenu() {
disabled={item.disabled}
children={children}
dropdownType={item.dropdownType || 'collapse'}
caretIconSize={15}
onClick={() => {
if (item.href) {
history.push(item.href);