BUG: flows dashboard and quickrun throw errors when enabling a schedule when no schedules exist #1268
Open
1 of 5 tasks
Labels
bug
Something isn't working
Bug Description
This is more of a user experience gap than a pure bug. The graphql response in the browser indicates a server failure when attempting to enable or disable a flowrun schedule if there's no schedule for the flow. Once a schedule exists, toggling schedules on/off works as expected
Steps To Reproduce
Browsers Tested:
Notes
[{ "data": { "set_schedule_active": { "success": false, "__typename": "success_payload" } } }]
The text was updated successfully, but these errors were encountered: