-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
removed unused props clickable and wasActive from button component #18124
removed unused props clickable and wasActive from button component #18124
Conversation
Thanks for the contribution @bgopikrishna |
@edmundito looks like a community member has contributed a frontend fix :) would you be able to give this a review? |
4503e32
to
680958c
Compare
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.
LGTM! Thanks for your contribution!
@natalyjazzviolin @marcosmarxm Could either of you fork this into the repo as a PR, so we can have CI run on this? |
Hello 👋, first thank you for this amazing contribution. We really appreciate the effort you've made to improve the project. If you have any questions feel free to send me a message in Slack! |
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.
Did not test locally but Typescript would catch any errors from this.
680958c
to
a3c5135
Compare
Hello 👋:skin-tone-2: and thank you for your contribution! Airbyte has instituted a code freeze between 19 and 30 December, to make sure there are no disruptions during the holidays. If you have any questions or need further clarification, please don't hesitate to ping via Slack. |
Heya! Our code freeze is over. Would you mind resolving conflicts with the current branch? Thanks so much! |
a3c5135
to
3e83b1d
Compare
Done |
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.
LGTM assuming CI passes! 👍
Thank you for your contribution!
Since #21624 is green I am going to merge this. Sorry about the wait and thank you again! |
What
Fixes #17719.
Removed the following unused properties from the button component
clickable
wasActive