Skip to content

Commit

Permalink
Merge pull request #16810 from mvdbeek/fix_eslint
Browse files Browse the repository at this point in the history
Fix duplicate key eslint error
  • Loading branch information
martenson authored Oct 7, 2023
2 parents 0bb93e5 + 8f98999 commit a23c217
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Form/Elements/FormSelect.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ describe("FormSelect", () => {
const wrapper = createTarget({
optional: true,
multiple: true,
optional: true,
options: defaultOptions,
value: ["value_1", "", 99],
});
Expand Down

0 comments on commit a23c217

Please sign in to comment.