Skip to content
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

fix buttons on challenge overview #2204

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Conversation

CollinBeczak
Copy link
Collaborator

This error was caused by Linked buttons being used as normal buttons.
Screenshot 2023-12-11 at 4 05 15 PM
This error was caused by using a onClick handler instead of an onChange handler with the checkbox in the Task Map Widget.
Screenshot 2023-12-11 at 4 05 29 PM

@codecov-commenter
Copy link

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (f118650) 23.75% compared to head (b758fa5) 23.75%.

Files Patch % Lines
...ts/Widgets/TaskMapWidget/RapidEditor/EditSwitch.js 0.00% 2 Missing ⚠️
src/pages/Sent/Sent.js 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2204   +/-   ##
=======================================
  Coverage   23.75%   23.75%           
=======================================
  Files         648      648           
  Lines       22314    22313    -1     
  Branches     6871     6871           
=======================================
+ Hits         5300     5301    +1     
+ Misses      14226    14224    -2     
  Partials     2788     2788           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@AndrewPhilbin AndrewPhilbin merged commit 21f72dc into main Dec 11, 2023
@CollinBeczak CollinBeczak deleted the fixButtonsOnChallengeOverview branch January 15, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants