feat: automatically align Git repository origin host with configured server URL to prevent mismatches
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
let {
|
||||
dashboardId,
|
||||
envId = null,
|
||||
currentBranch = 'main',
|
||||
currentBranch = $bindable('main'),
|
||||
} = $props();
|
||||
|
||||
// [/SECTION]
|
||||
|
||||
Reference in New Issue
Block a user