1
0
Timothy Jaeryang Baek 2 сар өмнө
parent
commit
73a38aca72

+ 1 - 2
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.'
 			}}
 		/>
 	</div>

+ 1 - 1
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';