Skip to content

Commit

Permalink
Use data tag instead of id
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jan 6, 2025
1 parent fe934fd commit 1d5d3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toaster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Toaster: React.FC<ToasterProps> = ({

return (
<div
id="_rht_toaster"
data-rht-toaster={toasterId || ''}
style={{
position: 'fixed',
zIndex: 9999,
Expand Down

0 comments on commit 1d5d3d3

Please sign in to comment.