@@ -185,6 +210,22 @@ export default function SupportPage() {
))}
+
+ ({
+ title: prompt,
+ message: prompt,
+ }))}
+ />
);
}
diff --git a/apps/dashboard/src/app/nebula-app/(app)/components/ChatBar.tsx b/apps/dashboard/src/app/nebula-app/(app)/components/ChatBar.tsx
index 87883f2459a..eed6f239b43 100644
--- a/apps/dashboard/src/app/nebula-app/(app)/components/ChatBar.tsx
+++ b/apps/dashboard/src/app/nebula-app/(app)/components/ChatBar.tsx
@@ -173,7 +173,6 @@ export function ChatBar(props: {
)}
-
{/* Send / Stop */}
{props.isChatStreaming ? (