From 9300a4ca70a71392f2bae001fbab69c1521533e8 Mon Sep 17 00:00:00 2001 From: CodeServer Date: Fri, 25 Mar 2022 21:24:43 +0000 Subject: [PATCH] temp fix with uuid 1 --- src/components/login/Login.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/login/Login.tsx b/src/components/login/Login.tsx index b9282a3..e286d13 100644 --- a/src/components/login/Login.tsx +++ b/src/components/login/Login.tsx @@ -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();