Skip to content

Commit

Permalink
Merge branch 'main' into PANGOO-2594
Browse files Browse the repository at this point in the history
  • Loading branch information
amburrrshand authored Sep 26, 2024
2 parents 7681929 + 86d8c73 commit b1bfdb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/bpk-component-card-button/src/BpkSaveButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const BpkSaveButton = ({
onCheckedChange,
size = SIZE_TYPES.default,
style = STYLE_TYPES.default,
...rest
}: Props) => {
const [shouldPlayAnim, setPlayAnim] = useState(false);
const smallSize = size === SIZE_TYPES.small;
Expand All @@ -91,6 +92,7 @@ const BpkSaveButton = ({
setPlayAnim(true);
}
}}
{...rest}
>
<div
className={getClassName(
Expand Down

0 comments on commit b1bfdb0

Please sign in to comment.