Skip to content

Commit

Permalink
Update packages/material-renderers/src/complex/TabSwitchConfirmDialog…
Browse files Browse the repository at this point in the history
….tsx
  • Loading branch information
lucas-koehler authored Sep 21, 2023
1 parent 97b52ea commit ca36ae1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const TabSwitchConfirmDialog = ({
onClick={confirm}
color='primary'
autoFocus
id={id + -'confirm-yes'}
id={`${id}-confirm-yes`}
>
Yes
</Button>
Expand Down

0 comments on commit ca36ae1

Please sign in to comment.