diff --git a/src/lib/components/admin/Users/UserList.svelte b/src/lib/components/admin/Users/UserList.svelte index 0827d17ada..7ec13a9fac 100644 --- a/src/lib/components/admin/Users/UserList.svelte +++ b/src/lib/components/admin/Users/UserList.svelte @@ -142,8 +142,7 @@ type: 'error', title: 'License Error', content: - 'Exceeded the number of seats in your license. Please contact support to increase the number of seats.', - dismissable: true + 'Exceeded the number of seats in your license. Please contact support to increase the number of seats.' }} /> diff --git a/src/lib/components/common/Banner.svelte b/src/lib/components/common/Banner.svelte index 3e96390fb0..a54ea02d0e 100644 --- a/src/lib/components/common/Banner.svelte +++ b/src/lib/components/common/Banner.svelte @@ -14,7 +14,7 @@ title: '', content: '', url: '', - dismissable: true, + dismissible: true, timestamp: Math.floor(Date.now() / 1000) }; export let className = 'mx-4';