mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Fix automations edit button
This commit is contained in:
parent
5ef198a5b2
commit
faf3584acd
1 changed files with 1 additions and 0 deletions
|
@ -325,6 +325,7 @@ function AutomationsCard(props: AutomationsCardProps) {
|
|||
setNewAutomationData={setUpdatedAutomationData}
|
||||
authenticatedData={props.authenticatedData}
|
||||
isCreating={isEditing}
|
||||
automation={automation}
|
||||
ipLocationData={props.locationData}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue