Skip to content

Commit 0620e2d

Browse files
authored
fix: never create a default branch from modal (supabase#37430)
1 parent 0ecddf1 commit 0620e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/studio/components/interfaces/BranchManagement/CreateBranchModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ export const CreateBranchModal = () => {
182182
createBranch({
183183
projectRef,
184184
branchName: data.branchName,
185+
is_default: false,
185186
...(data.gitBranchName ? { gitBranch: data.gitBranchName } : {}),
186187
})
187188
}

0 commit comments

Comments
 (0)