Timothy Jaeryang Baek 2 月之前
父節點
當前提交
73a38aca72
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 2
      src/lib/components/admin/Users/UserList.svelte
  2. 1 1
      src/lib/components/common/Banner.svelte

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