diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index 41ec71cfa3..c48572d766 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -345,7 +345,11 @@ export const PromptInput: Component = (props) => { return (
-
+
0} fallback={
No matching files
}> {(i) => ( diff --git a/packages/desktop/src/pages/session.tsx b/packages/desktop/src/pages/session.tsx index 00a2f464ad..9c639919f6 100644 --- a/packages/desktop/src/pages/session.tsx +++ b/packages/desktop/src/pages/session.tsx @@ -725,15 +725,12 @@ export default function Page() {
- +
-
-
-
All changes