feat: add support to rename flow step
This commit is contained in:
@@ -90,6 +90,10 @@ const EditorNew = ({ flow }) => {
|
||||
connectionId: step.connection?.id,
|
||||
};
|
||||
|
||||
if (step.name) {
|
||||
payload.name = step.name || step.keyLabel;
|
||||
}
|
||||
|
||||
if (step.appKey) {
|
||||
payload.appKey = step.appKey;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user