Skip to content

Commit c716d88

Browse files
committed
remove reference to show_ui
1 parent f71d912 commit c716d88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/apps/pr-write/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,7 @@ function CreatePRApp() {
287287
head: headBranch,
288288
base: baseBranch,
289289
draft: isDraft,
290-
maintainer_can_modify: maintainerCanModify,
291-
show_ui: false,
290+
maintainer_can_modify: maintainerCanModify
292291
});
293292

294293
if (result.isError) {

0 commit comments

Comments
 (0)