auto-select default branch in production branch dropdown

This commit is contained in:
Harsh Mahajan
2025-09-20 16:54:10 +05:30
parent f847c435b3
commit 81236e02e1
@@ -53,7 +53,7 @@
let domain = data.domain;
let domainIsValid = true;
let framework = data?.template?.frameworks[0];
let branch = 'main';
let branch = '';
let rootDir = './';
let connectBehaviour: 'now' | 'later' = 'now';
let repositoryBehaviour: 'new' | 'existing' = 'new';