added form ordering and validation for s78

This commit is contained in:
2022-04-06 16:52:22 +01:00
parent c485559b22
commit 093cba5d70
21 changed files with 2093 additions and 1058 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ const TimeOut = (props) => {
}}
element={document}
stopOnIdle={true}
onActive={console.log(" bbis active", idleTimer)}
//onActive={console.log(" bbis active", idleTimer)}
onIdle={onIdle}
timeout={1000 * inactiveTimeOut * 1}
/>