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',
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>

View File

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