diff --git a/web/app/dashboard/config/page.tsx b/web/app/dashboard/config/page.tsx index b2125ab..48c6b32 100644 --- a/web/app/dashboard/config/page.tsx +++ b/web/app/dashboard/config/page.tsx @@ -825,7 +825,14 @@ export default function ConfigPage() { - {path} +
+ {path} + {(typeof target === 'object' && target.RedirectMode) && ( + + 302 + + )} +