Fix regression
This commit is contained in:
parent
87c4ea1fe5
commit
79c6874240
3 changed files with 2 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue