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 e498226 commit 7e41b55Copy full SHA for 7e41b55
packages/compass-shell/src/components/compass-shell/tab-compass-shell.tsx
@@ -235,7 +235,7 @@ const CompassShell: React.FC<CompassShellProps> = ({
235
}}
236
onOperationStarted={onOperationStarted}
237
onOperationEnd={onOperationEnd}
238
- isOperationInProgress={isOperationInProgress}
+ initialIsOperationInProgress={isOperationInProgress}
239
maxOutputLength={1000}
240
maxHistoryLength={1000}
241
/>
0 commit comments