From faf3584acdd9915abaf92c53740bb0f1243961c8 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Fri, 9 Aug 2024 14:21:11 +0530 Subject: [PATCH] Fix automations edit button --- src/interface/web/app/automations/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface/web/app/automations/page.tsx b/src/interface/web/app/automations/page.tsx index 4bd4624a..e3b2c96a 100644 --- a/src/interface/web/app/automations/page.tsx +++ b/src/interface/web/app/automations/page.tsx @@ -325,6 +325,7 @@ function AutomationsCard(props: AutomationsCardProps) { setNewAutomationData={setUpdatedAutomationData} authenticatedData={props.authenticatedData} isCreating={isEditing} + automation={automation} ipLocationData={props.locationData} /> )}