diff --git a/src/Notification/InlineNotification.svelte b/src/Notification/InlineNotification.svelte index 3a290f21..99da4125 100644 --- a/src/Notification/InlineNotification.svelte +++ b/src/Notification/InlineNotification.svelte @@ -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 = "";