Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj authored and heavycrystal committed Feb 1, 2024
1 parent 71f78a9 commit 4fee2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/mirrors/[mirrorId]/edit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type EditMirrorProps = {
};
const EditMirror = ({ params: { mirrorId } }: EditMirrorProps) => {
const [rows, setRows] = useState<TableMapRow[]>([]);
// 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 (
<div>
Expand Down

0 comments on commit 4fee2a3

Please sign in to comment.