mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
const i18n = getContext('i18n');
|
||||
|
||||
export let className = 'h-full flex pt-8';
|
||||
|
||||
export let chatId = '';
|
||||
export let user = $_user;
|
||||
|
||||
@@ -333,7 +335,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<div class="h-full flex pt-8">
|
||||
<div class={className}>
|
||||
{#if Object.keys(history?.messages ?? {}).length == 0}
|
||||
<ChatPlaceholder
|
||||
modelIds={selectedModels}
|
||||
|
||||
Reference in New Issue
Block a user