diff --git a/core/frontend/src/components/canvas/components/editor/Preview.vue b/core/frontend/src/components/canvas/components/editor/Preview.vue index 6a78980f0f..e53ae89723 100644 --- a/core/frontend/src/components/canvas/components/editor/Preview.vue +++ b/core/frontend/src/components/canvas/components/editor/Preview.vue @@ -724,6 +724,7 @@ export default { let vValid = valueValid(condition) const required = element.options.attrs.required condition.requiredInvalid = required && !vValid + condition['triggerId'] = uuid.v1() vValid = vValid || required const filterComponentId = condition.componentId const conditionCanvasId = wrapperChild.getCanvasId && wrapperChild.getCanvasId()