Timothy Jaeryang Baek 4 months ago
parent
commit
ed0b9be4e3
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/components/chat/Artifacts.svelte

+ 0 - 2
src/lib/components/chat/Artifacts.svelte

@@ -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;