From 73a38aca7286800e03bafd8569721fd7b7f78cfd Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 30 Jul 2025 14:09:33 +0400 Subject: [PATCH] refac --- src/lib/components/admin/Users/UserList.svelte | 3 +-- src/lib/components/common/Banner.svelte | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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';