diff options
| author | Ernst Widerberg <ernst@sunet.se> | 2021-11-05 11:56:32 +0100 |
|---|---|---|
| committer | Ernst Widerberg <ernst@sunet.se> | 2021-11-05 11:56:32 +0100 |
| commit | da5a0e8c9025ef6608b2deb12673efcf4b248bcd (patch) | |
| tree | 5c60b8384d43d6c8c87f6ac5e342d06df4c4d58c | |
| parent | ac9ba13ffb32472f58e7b68ef968c3578bc090fd (diff) | |
Edit comment
| -rw-r--r-- | src/components/SearchForm.js | 2 |
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: "" |
