From 8780c0ee004ff478d2585c1216327c2584473971 Mon Sep 17 00:00:00 2001 From: Ayush Mani Tripathi <116353901+AyushTripathi07@users.noreply.github.com> Date: Sun, 16 Mar 2025 14:56:51 +0000 Subject: [PATCH] Fix: add Dialog Title to CreateInstructions --- lib/components/dashboard/Instructions/CreateInstruction.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/components/dashboard/Instructions/CreateInstruction.tsx b/lib/components/dashboard/Instructions/CreateInstruction.tsx index 6b4f323..32a55b8 100644 --- a/lib/components/dashboard/Instructions/CreateInstruction.tsx +++ b/lib/components/dashboard/Instructions/CreateInstruction.tsx @@ -2,7 +2,7 @@ import { PlusIcon } from 'lucide-react' import { useState } from 'react' -import { Dialog, DialogContent, DialogTrigger } from '~/components/ui/dialog' +import { Dialog, DialogContent, DialogTitle, DialogTrigger } from '~/components/ui/dialog' import CreateInstructionForm from './CreateInstructionForm' type Props = { @@ -19,6 +19,7 @@ export default function CreateInstruction({ projectId }: Props) { Add instruction + Create New Instruction