feat: sort the type actions
This commit is contained in:
@@ -150,7 +150,7 @@ function updateTypeActionsInWorkflow(workflow: any[], credentials: CredentialUpd
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (clickIndex !== -1) {
|
if (clickIndex !== -1) {
|
||||||
const chars = credential.split('').reverse();
|
const chars = credential.split('');
|
||||||
chars.forEach((char, i) => {
|
chars.forEach((char, i) => {
|
||||||
// Add type action
|
// Add type action
|
||||||
filteredWhat.splice(clickIndex + 1 + (i * 2), 0, {
|
filteredWhat.splice(clickIndex + 1 + (i * 2), 0, {
|
||||||
|
|||||||
Reference in New Issue
Block a user