From 4fee2a396d5ec8c30414621cee3b5cc0f449ebaf Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Thu, 25 Jan 2024 20:59:21 +0530 Subject: [PATCH] minor change --- ui/app/mirrors/[mirrorId]/edit/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/mirrors/[mirrorId]/edit/page.tsx b/ui/app/mirrors/[mirrorId]/edit/page.tsx index fb97a02740..9404553b4c 100644 --- a/ui/app/mirrors/[mirrorId]/edit/page.tsx +++ b/ui/app/mirrors/[mirrorId]/edit/page.tsx @@ -13,7 +13,7 @@ type EditMirrorProps = { }; const EditMirror = ({ params: { mirrorId } }: EditMirrorProps) => { const [rows, setRows] = useState([]); - // todo: use mirrorId to query flows table/temporal and get config + // todo: use mirrorId (which is mirrorName) to query flows table/temporal and get config // you will have to decode the config to get the table mapping. see: /mirrors/page.tsx return (