Fix regression
This commit is contained in:
parent
87c4ea1fe5
commit
79c6874240
3 changed files with 2 additions and 8 deletions
|
@ -87,7 +87,7 @@ export function UI(props: IUIProps): JSX.Element {
|
|||
isHistoryOpen={isHistoryOpen}
|
||||
onPropertyChange={props.onPropertyChange}
|
||||
selectContainer={props.selectContainer}
|
||||
deleteContainer={props.deleteContainer} />
|
||||
/>
|
||||
<SymbolsSidebar
|
||||
selectedSymbolId={props.current.selectedSymbolId}
|
||||
symbols={props.current.symbols}
|
||||
|
@ -95,7 +95,7 @@ export function UI(props: IUIProps): JSX.Element {
|
|||
isHistoryOpen={isHistoryOpen}
|
||||
onPropertyChange={props.onSymbolPropertyChange}
|
||||
selectSymbol={props.selectSymbol}
|
||||
deleteSymbol={props.deleteSymbol} />
|
||||
/>
|
||||
<History
|
||||
history={props.history}
|
||||
historyCurrentStep={props.historyCurrentStep}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue