mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Fix automations edit button
This commit is contained in:
@@ -325,6 +325,7 @@ function AutomationsCard(props: AutomationsCardProps) {
|
|||||||
setNewAutomationData={setUpdatedAutomationData}
|
setNewAutomationData={setUpdatedAutomationData}
|
||||||
authenticatedData={props.authenticatedData}
|
authenticatedData={props.authenticatedData}
|
||||||
isCreating={isEditing}
|
isCreating={isEditing}
|
||||||
|
automation={automation}
|
||||||
ipLocationData={props.locationData}
|
ipLocationData={props.locationData}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user