| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://patternfly-react-pr-3402.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3402 +/- ##
==========================================
- Coverage 67.46% 67.46% -0.01%
==========================================
Files 897 897
Lines 25164 25165 +1
Branches 2183 2184 +1
==========================================
Hits 16978 16978
- Misses 7168 7169 +1
Partials 1018 1018
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| // tslint:disable-next-line:no-unused-expression | ||
| onClick && onClick(event as React.MouseEvent, extraData && extraData.rowIndex, rowData, extraData); | ||
| // Only prevent default if onClick is provided. This allows href support. | ||
| if (onclick) { |
There was a problem hiding this comment.
should the c be capitalized?
| if (onclick) { | |
| if (onClick) { |
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
There was a problem hiding this comment.
👍
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #3392