From 24139c88ddeeb5da1b5c540105ea9449154c750b Mon Sep 17 00:00:00 2001 From: DLHTX <35157091+DLHTX@users.noreply.github.com> Date: Tue, 17 Oct 2023 18:52:45 +0800 Subject: [PATCH] fix(login): login issues & contract monitor (#280) --- src/components/IDE/Monitor/ContractLogs/index.tsx | 11 +++++++++++ src/pages/_app.tsx | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/IDE/Monitor/ContractLogs/index.tsx b/src/components/IDE/Monitor/ContractLogs/index.tsx index e45061bf..ae19aa31 100644 --- a/src/components/IDE/Monitor/ContractLogs/index.tsx +++ b/src/components/IDE/Monitor/ContractLogs/index.tsx @@ -28,6 +28,17 @@ export const CreateContractLogButton = observer(() => { const ids = w3s.project.curProject.contractLogs.map((item) => String(item.f_contractlog_id)); return ( +