open-webui/src/lib/components/channel/ChannelInfoModal
Classic298 c111fa0837
fix: add lang="ts" to Svelte script tags using TypeScript syntax (#21001)
fix: add lang="ts" to Svelte script tags using

TypeScript syntax
Two Svelte components were using TypeScript type annotations (ReturnType<typeof setTimeout>)
but their script tags were missing the lang="ts" attribute. This caused Vite/Svelte to parse
them as plain JavaScript, resulting in parse errors.

Fixed files:
- src/lib/components/admin/Users/UserList.svelte
- src/lib/components/channel/ChannelInfoModal/UserList.svelte
2026-01-29 20:49:25 +04:00
..
AddMembersModal.svelte refac 2025-12-02 11:31:23 -05:00
UserList.svelte fix: add lang="ts" to Svelte script tags using TypeScript syntax (#21001) 2026-01-29 20:49:25 +04:00