Skip to content

Commit a670d95

Browse files
chore(code): show retry button in command center on cloud stream disconnect (#1934)
1 parent 97eea41 commit a670d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/code/src/renderer/features/command-center/components/CommandCenterSessionView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function CommandCenterSessionView({
6666
hasError={hasError}
6767
errorTitle={errorTitle}
6868
errorMessage={errorMessage ?? undefined}
69-
onRetry={isCloud ? undefined : handleRetry}
69+
onRetry={handleRetry}
7070
onNewSession={isCloud ? undefined : handleNewSession}
7171
isInitializing={isInitializing}
7272
isCloud={isCloud}

0 commit comments

Comments
 (0)