Fixed issues with same URL in appcreator - now allowing it with replacements

This commit is contained in:
frikky
2022-01-13 19:04:39 +01:00
parent ff4f4d6722
commit 7ce0559448
3 changed files with 28 additions and 5 deletions
+1 -1
View File
@@ -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)`);
}
}
}