mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
remove default from inline notification
This commit is contained in:
parent
390b621ed4
commit
87bd94ce99
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
export let role = "alert";
|
||||
|
||||
/** Specify the title text */
|
||||
export let title = "Title";
|
||||
export let title = "";
|
||||
|
||||
/** Specify the subtitle text */
|
||||
export let subtitle = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue