From 6b7f842233534a11ae3878d5fe843761dda7692a Mon Sep 17 00:00:00 2001 From: marios8543 Date: Fri, 23 Feb 2024 22:22:10 +0200 Subject: Add log uploading --- frontend/src/components/logviewer/LogList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components/logviewer/LogList.tsx') diff --git a/frontend/src/components/logviewer/LogList.tsx b/frontend/src/components/logviewer/LogList.tsx index b536fd02..01aae45f 100644 --- a/frontend/src/components/logviewer/LogList.tsx +++ b/frontend/src/components/logviewer/LogList.tsx @@ -24,7 +24,7 @@ const LogList: FC<{ plugin: string }> = ({ plugin }) => { {logList.map((log_file) => ( showModal( , -- cgit v1.2.3