Skip to content

Commit

Permalink
Fixed button primary after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurczewski committed Oct 3, 2024
1 parent a42ccdb commit 84e6507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 347 deletions.
346 changes: 0 additions & 346 deletions apps/mudita-center-e2e/wdio.conf.js

This file was deleted.

2 changes: 1 addition & 1 deletion libs/generic-view/ui/src/lib/buttons/button-primary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ButtonPrimary: APIFC<undefined, ButtonPrimaryConfig> = ({
data-testid={`${ButtonTestIds.PrimaryButton}-${props.componentKey}`}
{...props}
disabled={config.disabled}
action={config.action}
actions={config.actions}
>
{children}
{config.icon && <Icon data={{ type: config.icon }} />}
Expand Down

0 comments on commit 84e6507

Please sign in to comment.