Skip to content

Commit

Permalink
feat: test version bump workflow (#1027)
Browse files Browse the repository at this point in the history
# What

<!-- Describe the technical "why" behind your changes -->

## Code Quality Checklist

- [ ] Lint and unit tests pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my
feature works (if appropriate)
- [ ] I have added necessary documentation (if appropriate)
- [ ] I have updated storybook (if appropriate)
- [ ] I have ran `yarn set-peer-dep` when adding an icon as a dependency
of another component (if appropriate) [read
more](https://carlsberggbs.atlassian.net/wiki/spaces/DSM/pages/4697162121/Components+as+peer+dependency)

## Jira Card

<!-- if no card is associated, remove the line bellow and add "Not
Applicable" -->

DSM-
  • Loading branch information
Tiago Teixeira authored Jun 26, 2024
1 parent b77a9eb commit 03e1f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malty/atoms/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const Button = ({
</div>
{loading && (
<div data-testid={`${dataTestId}-loading`} className="secondary-container">
<Loading color={getLoadingColor()} negative={getIsLoadingNegative()} status={LoadingStatus.Pending} />
<Loading color={getLoadingColor()} status={LoadingStatus.Pending} negative={getIsLoadingNegative()} />
</div>
)}
</Component>
Expand Down

0 comments on commit 03e1f63

Please sign in to comment.