Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit ed0b9be

Browse files
committed
fix
1 parent 866d02b commit ed0b9be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/components/chat/Artifacts.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@
123123
if (contents.length === 0) {
124124
showControls.set(false);
125125
showArtifacts.set(false);
126-
127-
toast.error($i18n.t('No HTML, CSS, or JavaScript content found.'));
128126
}
129127
130128
selectedContentIdx = contents ? contents.length - 1 : 0;

0 commit comments

Comments
 (0)