Skip to content

MudDropContainer: Fixes typos in method names#9578

Merged
ScarletKuro merged 1 commit intoMudBlazor:devfrom
danielchalmers:dropzone-typos
Aug 7, 2024
Merged

MudDropContainer: Fixes typos in method names#9578
ScarletKuro merged 1 commit intoMudBlazor:devfrom
danielchalmers:dropzone-typos

Conversation

@danielchalmers
Copy link
Member

@danielchalmers danielchalmers commented Aug 7, 2024

Description

This was missed in #9116 because there were actually two typos (identiifer & orign).

How Has This Been Tested?

unit

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Aug 7, 2024
@codecov
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 3 lines in your changes missing coverage. Please review.

Project coverage is 90.55%. Comparing base (28bc599) to head (adc8125).
Report is 413 commits behind head on dev.

Files Patch % Lines
...azor/Components/DropZone/MudDropContainer.razor.cs 40.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9578      +/-   ##
==========================================
+ Coverage   89.82%   90.55%   +0.72%     
==========================================
  Files         412      406       -6     
  Lines       11878    12751     +873     
  Branches     2364     2472     +108     
==========================================
+ Hits        10670    11547     +877     
+ Misses        681      642      -39     
- Partials      527      562      +35     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants