Skip to content

Commit

Permalink
Confirmation Modal: remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jan 9, 2025
1 parent 2581632 commit 792f3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/modals/ConfirmationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function ConfirmationModal(props: {
>
{!props.noTitleBar && <Divider />}

<Typography level='body-md'>
<Typography component='div' level='body-md'>
{props.confirmationText}
</Typography>

Expand Down

0 comments on commit 792f3f2

Please sign in to comment.