Skip to content

Commit 93d08c5

Browse files
committed
Remove remnants of deprecated title feature
1 parent 26d4ed2 commit 93d08c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/SvelteToast.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ const defaults = {
1212
progress: 0,
1313
reversed: false,
1414
intro: { x: 256 },
15-
theme: {},
16-
title: null
15+
theme: {}
1716
}
1817
toast._opts(defaults)
1918
$: toast._opts(options)

0 commit comments

Comments
 (0)