From 32b5e1cd6c8111375499290f9d814a0ae911af5b Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Tue, 31 Mar 2026 13:05:34 -0700 Subject: [PATCH] fix(chat): empty workspace state and disabled Ask Show guidance when the user has no workspaces and prevent submitting without a selected workspace. Made-with: Cursor --- web/src/app/(app)/chat/page.tsx | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/web/src/app/(app)/chat/page.tsx b/web/src/app/(app)/chat/page.tsx index d318d3c..92231e2 100644 --- a/web/src/app/(app)/chat/page.tsx +++ b/web/src/app/(app)/chat/page.tsx @@ -47,13 +47,19 @@ export default function ChatPage() {
- {answer ? (