temp fix with uuid 1
This commit is contained in:
parent
d46f70895c
commit
9300a4ca70
@ -41,9 +41,9 @@ const Login: React.FC = () => {
|
||||
// setErrMsg('');
|
||||
// }, [user, pwd])
|
||||
|
||||
store.dispatch(fetchMeetings("")); // temp fix
|
||||
store.dispatch(fetchUsers("")); // temp fix
|
||||
store.dispatch(fetchFavorites("")); // temp fix
|
||||
store.dispatch(fetchMeetings("1")); // temp fix
|
||||
store.dispatch(fetchUsers("1")); // temp fix
|
||||
store.dispatch(fetchFavorites("1")); // temp fix
|
||||
|
||||
const handleLogin = async(e: React.SyntheticEvent) => {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user