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 (