mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
revert unwanted changes
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
export let onDismiss = () => {};
|
||||
|
||||
let _src = '';
|
||||
$: _src = src && src.startsWith('/') ? `${WEBUI_BASE_URL}${src}` : src;
|
||||
$: _src = src.startsWith('/') ? `${WEBUI_BASE_URL}${src}` : src;
|
||||
|
||||
let showImagePreview = false;
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user