fix(notification): remove invalid kind prop from markup

This commit is contained in:
Eric Liu 2025-03-19 11:11:02 -07:00
commit 7e7605a568
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"}