This commit is contained in:
Timothy Jaeryang Baek
2025-07-30 14:09:33 +04:00
parent 22d98e6ee5
commit 73a38aca72
2 changed files with 2 additions and 3 deletions

View File

@@ -142,8 +142,7 @@
type: 'error', type: 'error',
title: 'License Error', title: 'License Error',
content: content:
'Exceeded the number of seats in your license. Please contact support to increase the number of seats.', 'Exceeded the number of seats in your license. Please contact support to increase the number of seats.'
dismissable: true
}} }}
/> />
</div> </div>

View File

@@ -14,7 +14,7 @@
title: '', title: '',
content: '', content: '',
url: '', url: '',
dismissable: true, dismissible: true,
timestamp: Math.floor(Date.now() / 1000) timestamp: Math.floor(Date.now() / 1000)
}; };
export let className = 'mx-4'; export let className = 'mx-4';