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