AutomationEditor

Description#

This component renders a form used to update an existing automation.

Import#

import { AutomationEditor } from "@rollouthq/connect-react";

Usage#

Here's a basic usage example:

<AutomationEditor
automationId="AUTOMATION_ID_TO_EDIT"
onAutomationUpdated={() => navigate("/automations")}
/>