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
Create new component DeleteWorkflow.tsx in /holdingpen-new/components directory. The component should receive workflow id as props and contain <Button className="font-white bg-error">Delete</Button> that opens confirmation modal. On confirming, it should dispatch deleteWorkflow action
In holdingpen.ts create a new action deleteWorkflow. It should send a DELETE request to /api/workflows/<id> endpoint and display success notification if delete was successful or error notification if not. After response from endpoint it should close modal.
After #532 is done, connect
Delete
button in Danger area section to endpoint.The text was updated successfully, but these errors were encountered: