Skip to content

Commit 7e41b55

Browse files
committed
initial rather
1 parent e498226 commit 7e41b55

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
@@ -235,7 +235,7 @@ const CompassShell: React.FC<CompassShellProps> = ({
235235
}}
236236
onOperationStarted={onOperationStarted}
237237
onOperationEnd={onOperationEnd}
238-
isOperationInProgress={isOperationInProgress}
238+
initialIsOperationInProgress={isOperationInProgress}
239239
maxOutputLength={1000}
240240
maxHistoryLength={1000}
241241
/>

0 commit comments

Comments
 (0)