Skip to content

Commit

Permalink
fixup! BREAKING CHANGE(web-twig): Toast JS Plugin docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Oct 17, 2024
1 parent f325ab7 commit 6c519aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-twig/src/Resources/components/Toast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ const toast = new Toast(null, {
linkProps: {
href: 'https://example.com', // Link URL
target: '_blank', // Optional link target attribute
underlined: 'never', // Optional link underlining, Optional link underlining, one of ['always' (default), 'hover', 'never']
underlined: 'never', // Optional link underlining, one of ['always' (default), 'hover', 'never']
isDisabled: false, // Optional link disabling, default: false
elementType: 'a', // Optional link element type, default: 'a'
},
Expand Down

0 comments on commit 6c519aa

Please sign in to comment.