mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 20:07:49 +01:00
refac
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user