Skip to content

Commit

Permalink
remove lambda func
Browse files Browse the repository at this point in the history
Signed-off-by: Ansh Goyal <anshgoyal1704@gmail.com>
  • Loading branch information
anshgoyalevil committed Oct 9, 2023
1 parent a213bc7 commit 85360b7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/jaeger-ui/src/components/SearchTracePage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,7 @@ export class SearchTracePageImpl extends Component {
tabItems.push({
label: 'Upload',
key: 'fileLoader',
children: (
<FileLoader
loadJsonTraces={fileList => {
loadJsonTraces(fileList);
}}
/>
),
children: <FileLoader loadJsonTraces={loadJsonTraces} />,
});
}
return (
Expand Down

0 comments on commit 85360b7

Please sign in to comment.