Skip to content

Commit

Permalink
(PC-32926)[PRO] fix: Removes attribute that provokes an a11y error on…
Browse files Browse the repository at this point in the history
… modal
  • Loading branch information
jclery-pass committed Jan 8, 2025
1 parent 887caa8 commit b76066b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const LinkVenuesDialog = ({
})}
>
<Dialog.Title asChild>
<h1 id="bank-account" className={styles['dialog-title']}>
<h1 className={styles['dialog-title']}>
Compte bancaire : {selectedBankAccount.label}
</h1>
</Dialog.Title>
Expand Down

0 comments on commit b76066b

Please sign in to comment.