Commit cdf9f85
authored
fix: cannot update for each step name if no variable (#1346)
## Problem
Cannot update step name if there is no variable selected at the for each
step.
<img width="1506" height="804" alt="Screenshot 2025-11-27 at 5 36 03 PM"
src="https://github.com/user-attachments/assets/a50cb3b1-4074-4c42-bf77-dc9ebc5e5368"
/>
## Solution
Update schema with `.nullish()` to allow step name to be updated before
any for each variable is selected
## Test
- [ ] Can update step name before a variable is selected in the or each
input
- [ ] Validation that input must be a variable still works1 parent 8030d34 commit cdf9f85
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
151 | 153 | | |
0 commit comments