- added filter to users table;
- added auto reload of users table on user added;
This commit is contained in:
@@ -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')
|
||||
});
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user