mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-03-14 03:23:46 +00:00
Initialize search from JsonGedcomData instead of raw gedcom
This commit is contained in:
@@ -566,7 +566,7 @@ export class App extends React.Component<RouteComponentProps, {}> {
|
||||
render={(props: RouteComponentProps) => (
|
||||
<TopBar
|
||||
{...props}
|
||||
gedcom={this.state.data && this.state.data.gedcom}
|
||||
data={this.state.data && this.state.data.chartData}
|
||||
allowAllRelativesChart={
|
||||
this.state.source !== DataSourceEnum.WIKITREE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user