mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Dashboar sidebar styled.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user