feat: Add endpoint_name to export modal and handle export flows
This commit is contained in:
parent
d11877aa99
commit
ce415fc346
2 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ const ExportModal = forwardRef(
|
|||
description,
|
||||
name,
|
||||
last_tested_version: version,
|
||||
endpoint_name: currentFlow!.endpoint_name,
|
||||
is_component: false,
|
||||
},
|
||||
name!,
|
||||
|
|
@ -58,6 +59,7 @@ const ExportModal = forwardRef(
|
|||
description,
|
||||
name,
|
||||
last_tested_version: version,
|
||||
endpoint_name: currentFlow!.endpoint_name,
|
||||
is_component: false,
|
||||
}),
|
||||
name!,
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ const useExportFlows = (
|
|||
description: selectedFlow.description,
|
||||
name: selectedFlow.name,
|
||||
last_tested_version: version,
|
||||
endpoint_name: selectedFlow.endpoint_name,
|
||||
is_component: false,
|
||||
}),
|
||||
selectedFlow.name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue