Skip to content

Commit

Permalink
chore: adding comment to retrigger actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeafreezy authored Feb 26, 2025
1 parent 2e5cc11 commit 2ed5ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/routes/start-mapping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const StartMappingPage = () => {
};
});

// Todo - move to local storage
// Todo - move to local storage.
const [modelPredictions, setModelPredictions] = useState<TModelPredictions>({
all: [],
accepted: [],
Expand Down

0 comments on commit 2ed5ca9

Please sign in to comment.