Skip to content

Commit

Permalink
init (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrusselenq authored and jlee-enquizit committed Sep 16, 2024
1 parent cfc01dc commit b2e658d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const DataElementsConfiguration = () => {
console.log('SUBMIT', { ...data, belongingnessRatio: finalBelongingnessRatio });
if (data.dataElements) {
setDataElements(data.dataElements);
localStorage.setItem('dataElements', JSON.stringify(data.dataElements));
}
setBelongingnessRatio(finalBelongingnessRatio);
setMode('match');
Expand Down

0 comments on commit b2e658d

Please sign in to comment.