Skip to content

Commit

Permalink
refactor: added missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 16, 2023
1 parent e0a1891 commit 709c98e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/button/button.lite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export default function DBButton(props: DBButtonProps) {
data-variant={props.variant}
name={props.name}
value={props.value}
aria-describedby={props.describedbyid}
aria-expanded={props.ariaexpanded}
aria-pressed={props.ariapressed}
onClick={(event) => state.handleClick(event)}>
Expand Down

0 comments on commit 709c98e

Please sign in to comment.