We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c812b2a commit c1ed55cCopy full SHA for c1ed55c
packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx
@@ -197,7 +197,7 @@ export const CompassShell: React.FC<CompassShellProps> = ({
197
maxOutputLength={1000}
198
maxHistoryLength={1000}
199
initialEvaluate={initialEvaluate}
200
- inputText={shellInput}
+ initialText={shellInput}
201
onInputChanged={setShellInput}
202
output={shellOutput}
203
onOutputChanged={setShellOutput}
0 commit comments