Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SKarolFolio committed Nov 25, 2024
1 parent 560e3ba commit 0430707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/hooks/useRecordControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export const useRecordControls = () => {
};

const saveLocalRecord = () => {
// const parsed = applyUserValues(schema, initialSchemaKey, { userValues, selectedEntries });
const parsed = generateRecord();

if (!parsed) return;
Expand Down

0 comments on commit 0430707

Please sign in to comment.