Fixed password change bug

This commit is contained in:
frikky
2021-05-27 21:01:23 +02:00
parent 06b74cf4da
commit d920158cd6
11 changed files with 62 additions and 29 deletions
+1 -1
View File
@@ -2270,7 +2270,7 @@ const AngularWorkflow = (props) => {
case 90:
if (previouskey === 17) {
console.log("CTRL+Z")
handleHistoryUndo()
//handleHistoryUndo()
}
break;