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 3b84174 commit 061c1dcCopy full SHA for 061c1dc
src/webviews/apps/plus/composer/components/app.ts
@@ -1669,7 +1669,7 @@ export class ComposerApp extends LitElement {
1669
.canReorderCommits=${this.canReorderCommits}
1670
.isPreviewMode=${this.isPreviewMode}
1671
.baseCommit=${this.state.baseCommit}
1672
- .repoName=${this.state.baseCommit?.repoName ?? this.state.repositoryState?.current.name}
+ .repoName=${this.state.baseCommit?.repoName ?? this.state.repositoryState?.current.name ?? null}
1673
.customInstructions=${this.customInstructions}
1674
.hasUsedAutoCompose=${this.state.hasUsedAutoCompose}
1675
.hasChanges=${this.state.hasChanges}
0 commit comments