You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NotificationAction apiUrl attribute holds the internal API call that was meant to be called with fetch rather than a submit from web components. Some actions do require a submit to follow redirects. This is now supported with a new boolean attribute redirect.
icon: does not present actions
modal: has already been updated to support this approach
banner: ???
list: should adopt the modal approach
The text was updated successfully, but these errors were encountered:
The
NotificationAction
apiUrl attribute holds the internal API call that was meant to be called withfetch
rather than a submit from web components. Some actions do require a submit to follow redirects. This is now supported with a new boolean attributeredirect
.The text was updated successfully, but these errors were encountered: