mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-03 02:39:11 -05:00
fix
This commit is contained in:
@@ -123,8 +123,6 @@
|
||||
if (contents.length === 0) {
|
||||
showControls.set(false);
|
||||
showArtifacts.set(false);
|
||||
|
||||
toast.error($i18n.t('No HTML, CSS, or JavaScript content found.'));
|
||||
}
|
||||
|
||||
selectedContentIdx = contents ? contents.length - 1 : 0;
|
||||
|
||||
Reference in New Issue
Block a user