| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://2147-pr-patternfly-react-patternfly.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #2147 +/- ##
=========================================
+ Coverage 80.59% 80.6% +0.01%
=========================================
Files 666 666
Lines 8440 8523 +83
Branches 719 737 +18
=========================================
+ Hits 6802 6870 +68
- Misses 1280 1288 +8
- Partials 358 365 +7
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
A few comments.
Sorry, something went wrong.
| onEnterPressed = (event: any) => { | ||
| if (event.charCode === KEY_CODES.ENTER) { | ||
| this.props.onSearchButtonClick(); | ||
| this.props.onSearchButtonClick(null); |
There was a problem hiding this comment.
You shouldn't have to pass null here...
Sorry, something went wrong.
There was a problem hiding this comment.
I was running into a typescript error about it which is why I added it, but I can make the event argument optional instead so that null isn't passed.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #2146