fix(notification): remove invalid kind prop from markup (#2126)

This commit is contained in:
Eric Liu 2025-03-19 12:43:23 -07:00 committed by GitHub
commit e85d7efc5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@
{#if open}
<div
{role}
{kind}
class:bx--inline-notification={true}
class:bx--inline-notification--low-contrast={lowContrast}
class:bx--inline-notification--hide-close-button={hideCloseButton}

View file

@ -93,7 +93,6 @@
{#if open}
<div
{role}
{kind}
class:bx--toast-notification={true}
class:bx--toast-notification--low-contrast={lowContrast}
class:bx--toast-notification--error={kind === "error"}