mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix
This commit is contained in:
parent
866d02bbae
commit
ed0b9be4e3
1 changed files with 0 additions and 2 deletions
|
|
@ -123,8 +123,6 @@
|
||||||
if (contents.length === 0) {
|
if (contents.length === 0) {
|
||||||
showControls.set(false);
|
showControls.set(false);
|
||||||
showArtifacts.set(false);
|
showArtifacts.set(false);
|
||||||
|
|
||||||
toast.error($i18n.t('No HTML, CSS, or JavaScript content found.'));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
selectedContentIdx = contents ? contents.length - 1 : 0;
|
selectedContentIdx = contents ? contents.length - 1 : 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue