Merged PR 186: Implement filterlists

This commit is contained in:
Eric Nguyen 2022-09-19 08:46:41 +00:00
parent 1091257281
commit 4b874dfff4
6 changed files with 55 additions and 5 deletions

View file

@ -84,6 +84,7 @@ export function UI(props: IUIProps): JSX.Element {
} }/>
<Sidebar
selectedContainer={props.selectedContainer}
componentOptions={props.availableContainers}
categories={props.categories}
isOpen={isSidebarOpen}