mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
nits
This commit is contained in:
@@ -77,12 +77,10 @@
|
||||
return
|
||||
}
|
||||
components = components.filter((x) => x.id !== cid)
|
||||
console.log('deleteComponent', cid, index, components, items)
|
||||
delete $errorByComponent[cid]
|
||||
|
||||
$selectedComponent = [id]
|
||||
$app = $app
|
||||
console.log('items', items)
|
||||
// Remove the corresponding item from the items array
|
||||
items = items.filter((item) => item.originalIndex !== index)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user