feat: sort the type actions

This commit is contained in:
Rohit
2025-01-21 23:37:53 +05:30
parent a9042d7072
commit e33d7455c7

View File

@@ -150,7 +150,7 @@ function updateTypeActionsInWorkflow(workflow: any[], credentials: CredentialUpd
);
if (clickIndex !== -1) {
const chars = credential.split('').reverse();
const chars = credential.split('');
chars.forEach((char, i) => {
// Add type action
filteredWhat.splice(clickIndex + 1 + (i * 2), 0, {