Skip to content

Commit c1ed55c

Browse files
committed
initialText
1 parent c812b2a commit c1ed55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const CompassShell: React.FC<CompassShellProps> = ({
197197
maxOutputLength={1000}
198198
maxHistoryLength={1000}
199199
initialEvaluate={initialEvaluate}
200-
inputText={shellInput}
200+
initialText={shellInput}
201201
onInputChanged={setShellInput}
202202
output={shellOutput}
203203
onOutputChanged={setShellOutput}

0 commit comments

Comments
 (0)