remove default from inline notification

This commit is contained in:
Nicco 2021-03-04 08:50:32 +00:00 committed by GitHub
commit 87bd94ce99

View file

@ -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 = "";