You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@timrbula it looks like the ScheduleEntity has changed. Moving from parameters: { key: value} to params [{name: "", value: ""}]
I attempted to fix it to params from parameters (see latest push to the web app)... but its got the wrong type... its meant to be a RunParam (like on the Run modal).
I imagine the read of the params has changed as well from key: value to a run param if you are editing the schedule as well.
Is that something you can help fix? i think it might be in the SchedulerEditor.tsx but not 100% certain.
Validate that Schedules works.
The text was updated successfully, but these errors were encountered: