From 6c434a6802f00f21369c3e11d5e89f1db0ac2aec Mon Sep 17 00:00:00 2001 From: d0422 Date: Mon, 27 Nov 2023 21:59:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[FE]=20LoadButton=20refetch=EC=97=90=20a?= =?UTF-8?q?wait=EA=B0=80=20=EC=97=86=EC=96=B4=20=EC=A0=9C=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20=EB=AA=A8=EB=8B=AC=EC=9D=B4=20=EB=A0=8C=EB=8D=94?= =?UTF-8?q?=EB=A7=81=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0=20LoadButton=20refetch=EC=97=90?= =?UTF-8?q?=20await=EA=B0=80=20=EC=97=86=EC=96=B4=20=EC=A0=9C=EB=8C=80?= =?UTF-8?q?=EB=A1=9C=20=EB=AA=A8=EB=8B=AC=EC=9D=B4=20=EB=A0=8C=EB=8D=94?= =?UTF-8?q?=EB=A7=81=EB=90=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=ED=95=B4=EA=B2=B0=20(#140)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontEnd/src/components/room/editor/LoadButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontEnd/src/components/room/editor/LoadButton.tsx b/frontEnd/src/components/room/editor/LoadButton.tsx index c97bdef..1990262 100644 --- a/frontEnd/src/components/room/editor/LoadButton.tsx +++ b/frontEnd/src/components/room/editor/LoadButton.tsx @@ -47,7 +47,7 @@ export default function LoadButton({ }; const handleLoadCloudCodeFile = async () => { - refetch(); + await refetch(); setClick(true); }; return (