diff --git a/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenWarning.svelte b/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenWarning.svelte index dc316b45eb..9a6500ac6a 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenWarning.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatScreen/ChatScreenWarning.svelte @@ -5,7 +5,7 @@ interface Props { class?: string; - style?: string; + style?: string; } let { class: className = '', style = '' }: Props = $props(); @@ -15,7 +15,7 @@ } -