Fix regression

This commit is contained in:
Siklos 2022-08-29 17:06:23 +02:00
parent 87c4ea1fe5
commit 79c6874240
3 changed files with 2 additions and 8 deletions

View file

@ -10,7 +10,6 @@ interface ISymbolsSidebarProps {
isHistoryOpen: boolean
onPropertyChange: (key: string, value: string | number | boolean) => void
selectSymbol: (symbolId: string) => void
deleteSymbol: (containerid: string) => void
}
export function SymbolsSidebar(props: ISymbolsSidebarProps): JSX.Element {