feat: Add endpoint_name to export modal and handle export flows

This commit is contained in:
ogabrielluiz 2024-06-14 15:58:50 -03:00
commit ce415fc346
2 changed files with 3 additions and 0 deletions

View file

@ -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!,

View file

@ -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,