diff --git a/Canon.Server/client-app/src/Pages/Index.tsx b/Canon.Server/client-app/src/Pages/Index.tsx index a01b6e2..e7bfd52 100644 --- a/Canon.Server/client-app/src/Pages/Index.tsx +++ b/Canon.Server/client-app/src/Pages/Index.tsx @@ -56,7 +56,7 @@ export function Index() { } } getCompileInstance(); - }, []); + }, [location.pathname]); const handleValueChange = (value: string) => {