mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[PR #10311] [MERGED] Fix "Cannot read properties of undefined (reading 'startsWith')" #126150
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/10311
Author: @alexgleason
Created: 2/19/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @tjbck
Base:
dev← Head:fix-undefined-title📝 Commits (1)
5639ba4Fix "Cannot read properties of undefined (reading 'startsWith')"📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/lib/components/chat/Messages/Markdown/Source.svelte(+2 -2)📄 Description
I don't know the root cause of why
titleisn't available here, but it's crashing the UI because the types are wrong.Looks like this was introduced in
bbda717b69🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.