Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Jan 30, 2024
1 parent dd43516 commit 99fa32e
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 99fa32e

Please sign in to comment.