We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73cce8a commit 46aed8dCopy full SHA for 46aed8d
1 file changed
src/app/ai/ai.tsx
@@ -79,7 +79,7 @@ const inputTexts = [
79
export default function AiPage({ className }: AiPageProps) {
80
const searchParams = useSearchParams();
81
const [prompt, setPrompt] = useState("");
82
- const [projectType, setProjectType] = useState<ProjectType>("web");
+ const [projectType, setProjectType] = useState<ProjectType>("email");
83
const [loading, setLoading] = useState(false);
84
const [error, setError] = useState<string | null>(null);
85
const [hasTrackedInterest, setHasTrackedInterest] = useState(false);
0 commit comments