refac
This commit is contained in:
parent
22d98e6ee5
commit
73a38aca72
|
@ -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>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
title: '',
|
||||
content: '',
|
||||
url: '',
|
||||
dismissable: true,
|
||||
dismissible: true,
|
||||
timestamp: Math.floor(Date.now() / 1000)
|
||||
};
|
||||
export let className = 'mx-4';
|
||||
|
|
Loading…
Reference in New Issue