Skip to content

Commit e9d74ba

Browse files
Yoon  ChoiYoon  Choi
authored andcommitted
pull fixes
1 parent 80aee27 commit e9d74ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ ehthumbs.db
5858

5959
# proto files #
6060
#####################
61-
*.protos
61+
*.proto

src/client/components/display/History.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class History extends Component {
6969
selectedRequest: this.props.content.rpc,
7070
selectedService: this.props.content.service,
7171
selectedStreamingType: this.props.content.request.method,
72-
// initialQuery: this.props.content.initialQuery,
72+
initialQuery: this.props.content.initialQuery,
7373
queryArr: this.props.content.queryArr,
7474
protoPath: this.props.content.protoPath,
7575
services: this.props.content.servicesObj,

0 commit comments

Comments
 (0)