mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
fix: improve conditionalwrapper selection
This commit is contained in:
@@ -222,7 +222,11 @@
|
||||
parentComponentId: befSelected,
|
||||
subGridIndex: 0
|
||||
}
|
||||
} else if (item?.data.type === 'tabscomponent' || item?.data.type === 'steppercomponent') {
|
||||
} else if (
|
||||
item?.data.type === 'tabscomponent' ||
|
||||
item?.data.type === 'steppercomponent' ||
|
||||
item?.data.type === 'conditionalwrapper'
|
||||
) {
|
||||
$focusedGrid = {
|
||||
parentComponentId: befSelected,
|
||||
subGridIndex:
|
||||
|
||||
Reference in New Issue
Block a user