Skip to content

Commit

Permalink
fix: trying to fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohn25 committed Aug 1, 2023
1 parent 597ac6c commit 4aa351c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const ConfigureColumnMappingDialog: React.FC<ConfigureColumnMappingDialogProps>
onSave(remappedColumns);
};

// Eslint disable required here to prevent enter from submitting form
// Eslint disable is required here to prevent enter from submitting form
// Enter key is used to lock in the freesolo option in autocomplete
// https://github.com/react-hook-form/react-hook-form/discussions/2549
/* eslint-disable jsx-a11y/no-noninteractive-element-interactions */
Expand Down

0 comments on commit 4aa351c

Please sign in to comment.