Skip to content

Commit b897a90

Browse files
authored
Merge pull request #8140 from gitbutlerapp/e-branch-18
pr: set the default description
2 parents 486d1bd + 9332edb commit b897a90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/desktop/src/lib/forge/prContents.svelte.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ export class ReactivePRBody {
122122
? this.getDefaultBody()
123123
: persistedBody;
124124
this._value = value;
125+
126+
this._descriptionInput?.setText(value);
125127
}
126128

127129
getDefaultBody(): string {

0 commit comments

Comments
 (0)