mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 08:01:38 +00:00
fix(frontend): Fix delete branch one index (#4418)
This commit is contained in:
@@ -50,7 +50,7 @@ hover:border-red-700"
|
||||
data.eventHandlers.deleteBranch(
|
||||
{
|
||||
module: data.modules.find((m) => m.id === data.id),
|
||||
index: data.branchIndex
|
||||
index: data.branchIndex + 1
|
||||
},
|
||||
data.label
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user