From 78b4fdb826cfc9a46b33a625c9d24bae2d9d9525 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Thu, 19 Dec 2024 09:35:52 +0100 Subject: [PATCH 1/2] fix(ui): fix untranslated message Signed-off-by: Sylvain Leclerc --- .../src/components/App/Singlestudy/Commands/Edition/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/components/App/Singlestudy/Commands/Edition/index.tsx b/webapp/src/components/App/Singlestudy/Commands/Edition/index.tsx index 2ef264dc63..f26d44693a 100644 --- a/webapp/src/components/App/Singlestudy/Commands/Edition/index.tsx +++ b/webapp/src/components/App/Singlestudy/Commands/Edition/index.tsx @@ -522,7 +522,7 @@ function EditionView(props: Props) { ) : ( - + )} From 5bf2001113f202592c78a6a268a6a2916a9341fd Mon Sep 17 00:00:00 2001 From: Hatim Dinia <33469289+hdinia@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:39:20 +0100 Subject: [PATCH 2/2] fix(ui): format error --- webapp/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/vite.config.ts b/webapp/vite.config.ts index 71ef9f3906..c3b5b33f2b 100644 --- a/webapp/vite.config.ts +++ b/webapp/vite.config.ts @@ -17,7 +17,7 @@ import react from "@vitejs/plugin-react-swc"; import path from "path"; //! Keep '0.0.0.0', because 'localhost' may not working on Mac -const SERVER_URL = "http://0.0.0.0:8080"; +const SERVER_URL = "http://0.0.0.0:8080"; // https://vitejs.dev/config/ export default defineConfig(({ mode }) => {