summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/SearchForm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SearchForm.js b/src/components/SearchForm.js
index 8c502a1..0c10356 100644
--- a/src/components/SearchForm.js
+++ b/src/components/SearchForm.js
@@ -17,7 +17,7 @@ class SearchForm extends React.Component {
constructor(props) {
super(props);
- // NOTE: This state is for UI only, List state is used for requests.
+ // NOTE: This state is for UI only, List state's "filter" is used for requests.
this.state = {
field: "port",
value: ""