Merged PR 186: Implement filterlists
This commit is contained in:
parent
1091257281
commit
4b874dfff4
6 changed files with 55 additions and 5 deletions
|
@ -84,6 +84,7 @@ export function UI(props: IUIProps): JSX.Element {
|
|||
} }/>
|
||||
|
||||
<Sidebar
|
||||
selectedContainer={props.selectedContainer}
|
||||
componentOptions={props.availableContainers}
|
||||
categories={props.categories}
|
||||
isOpen={isSidebarOpen}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue