The new rule will not be marked as a provisioned rule.
You will need to set a new evaluation group for the copied rule because the original one has been provisioned and cannot be used for rules created in the UI.
} confirmText="Copy" onConfirm={() => setStage('redirect')} onDismiss={onDismiss} /> ); } interface CloneRuleButtonProps { ruleIdentifier: RuleIdentifier; isProvisioned: boolean; text?: string; className?: string; } export const CloneRuleButton = forwardRef