Fixed issues with same URL in appcreator - now allowing it with replacements
This commit is contained in:
@@ -3143,7 +3143,7 @@ const AngularWorkflow = (defaultprops) => {
|
||||
copyText.select();
|
||||
copyText.setSelectionRange(0, 99999); /* For mobile devices */
|
||||
document.execCommand("copy");
|
||||
alert.success(`Copied ${cydata.length} elements`);
|
||||
alert.success(`Copied ${cydata.length} element(s)`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user