mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
auto-select default branch in production branch dropdown
This commit is contained in:
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user