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 e7f28cb commit fffae2fCopy full SHA for fffae2f
apps/desktop/src/components/IntegrateUpstreamModal.svelte
@@ -107,7 +107,7 @@
107
const dontDelete = someBranchesShouldNotBeDeleted(status.stack.heads.map((b) => b.name));
108
109
results.set(status.stack.id, {
110
- branchId: status.stack.id,
+ stackId: status.stack.id,
111
approach: getResolutionApproachV3(status),
112
deleteIntegratedBranches: !dontDelete,
113
forceIntegratedBranches
apps/desktop/src/lib/upstream/types.ts
@@ -49,7 +49,7 @@ export type ResolutionApproach = {
49
};
50
51
export type Resolution = {
52
- branchId: string;
+ stackId: string;
53
approach: ResolutionApproach;
54
deleteIntegratedBranches: boolean;
55
forceIntegratedBranches: string[];
0 commit comments