From c3a958231fa3af0c7c7bd6dcea03de651f034944 Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Sat, 29 Nov 2025 20:25:38 +0200 Subject: [PATCH] Fix submit reset after AI changes --- app/listings/new/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/listings/new/page.tsx b/app/listings/new/page.tsx index f22b700..469c510 100644 --- a/app/listings/new/page.tsx +++ b/app/listings/new/page.tsx @@ -292,7 +292,6 @@ export default function NewListingPage() { setCalendarUrls(''); setSelectedImages([]); setCoverImageIndex(1); - setAiResponse(''); } } catch (err) { setError('Failed to create listing');