- added filter to users table;

- added auto reload of users table  on user added;
This commit is contained in:
Vitalii Kiiko
2025-03-10 11:01:25 +01:00
parent 7fb6587448
commit d9aa0b6c23
4 changed files with 30 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ const LoginAdmin = () => {
}, [token]);
useEffect(() => {
hotkeys('command+shift+x,ctrl+shift+x', function(){
hotkeys('command+option+x,ctrl+alt+x', function(){
window.location.replace('/confidi')
});
}, []);