mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(sidebar): qa feedback [EE-5666] (#10452)
This commit is contained in:
parent
da5a4d6714
commit
6a5f5aa424
6 changed files with 10 additions and 106 deletions
|
@ -1,14 +1,11 @@
|
|||
import { SidebarItem as MainComponent } from './SidebarItem';
|
||||
import { Menu } from './Menu';
|
||||
import { Wrapper } from './Wrapper';
|
||||
|
||||
interface SubComponents {
|
||||
Menu: typeof Menu;
|
||||
Wrapper: typeof Wrapper;
|
||||
}
|
||||
|
||||
export const SidebarItem: typeof MainComponent & SubComponents =
|
||||
MainComponent as typeof MainComponent & SubComponents;
|
||||
|
||||
SidebarItem.Menu = Menu;
|
||||
SidebarItem.Wrapper = Wrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue