mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
Fix bugs.
This commit is contained in:
@@ -35,7 +35,7 @@ export default function SidebarMenu() {
|
||||
dropdownType={item.dropdownType || 'collapse'}
|
||||
caretIconSize={15}
|
||||
onClick={handleItemClick}
|
||||
// callapseActive={!!isActive}
|
||||
callapseActive={!!isActive}
|
||||
className={classNames({ 'is-active': isActive })} />
|
||||
);
|
||||
});
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
import If from './Utils/If';
|
||||
import Money from './Money';
|
||||
import Icon from './Icon';
|
||||
// import Choose from './Utils/Choose';
|
||||
// import For from './Utils/For';
|
||||
|
||||
export {
|
||||
If,
|
||||
Money,
|
||||
Icon,
|
||||
// Choose,
|
||||
// For,
|
||||
};
|
||||
Reference in New Issue
Block a user