Skip to content

Commit

Permalink
Rename tab from JSON File to Upload (#1308)
Browse files Browse the repository at this point in the history
- Upload is a more intuitive name for the tab.

Signed-off-by: Yuri Shkuro <[email protected]>
  • Loading branch information
yurishkuro authored Mar 28, 2023
1 parent 590cf8c commit 4d189b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class SearchTracePageImpl extends Component {
<TabPane tab="Search" key="searchForm">
{!loadingServices && services ? <SearchForm services={services} /> : <LoadingIndicator />}
</TabPane>
<TabPane tab="JSON File" key="fileLoader">
<TabPane tab="Upload" key="fileLoader">
<FileLoader
loadJsonTraces={fileList => {
loadJsonTraces(fileList);
Expand Down

0 comments on commit 4d189b6

Please sign in to comment.