This commit is contained in:
Ashwin Bhat
2024-10-07 17:25:40 -07:00
parent 0a7f5f9f22
commit 51cde09845
4 changed files with 1 additions and 3 deletions

View File

@@ -27,7 +27,6 @@ const PromptsTab = ({
promptContent: string;
error: string | null;
}) => {
console.log("prompts", prompts);
return (
<TabsContent value="prompts" className="grid grid-cols-2 gap-4">
<div className="bg-white rounded-lg shadow">

View File