We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80aee27 commit e9d74baCopy full SHA for e9d74ba
.gitignore
@@ -58,4 +58,4 @@ ehthumbs.db
58
59
# proto files #
60
#####################
61
-*.protos
+*.proto
src/client/components/display/History.jsx
@@ -69,7 +69,7 @@ class History extends Component {
69
selectedRequest: this.props.content.rpc,
70
selectedService: this.props.content.service,
71
selectedStreamingType: this.props.content.request.method,
72
- // initialQuery: this.props.content.initialQuery,
+ initialQuery: this.props.content.initialQuery,
73
queryArr: this.props.content.queryArr,
74
protoPath: this.props.content.protoPath,
75
services: this.props.content.servicesObj,
0 commit comments