-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PatternFly v5 update #3213
PatternFly v5 update #3213
Conversation
I have a branch for this as well that I've been working with main...gitdallas:koku-ui:pf5-june i've been having some issue with the selecting the source type in the wizard... yours doesn't seem to have that issue, but i'll leave my branch up there in case there is anything worth referencing |
79dd5d3
to
f60c3ef
Compare
@@ -97,7 +113,7 @@ class DataTable extends React.Component<DataTableProps, any> { | |||
}); | |||
}; | |||
|
|||
private handleOnSort = (event, index, direction) => { | |||
private handleOnSort = (index, direction) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this is the cause of errors on sorting
private handleOnSort = (index, direction) => { | |
private handleOnSort = (_event, index, direction) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I've updated this so it doesn't pass in an unused event
cdda2bb
to
8ba9bc6
Compare
f37158c
to
16af317
Compare
80899df
to
55a93c7
Compare
91c7598
to
1290386
Compare
d087d3d
to
d77e2a7
Compare
2286a6b
to
3f70fc2
Compare
79fe5bc
to
dfdacfe
Compare
f20b043
to
f4cffa1
Compare
ddf162e
to
fb1a776
Compare
2268a06
to
b104af1
Compare
f620ed6
to
76479ab
Compare
Test PatternFly v5 alpha and prerelease updates. To be merged only after official PatternFly release.
https://issues.redhat.com/browse/COST-3931