Skip to content

Commit

Permalink
fix: turn off rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Niznikr committed Sep 5, 2023
1 parent 552ca2f commit 1dc99dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/inline-edit/stories/InlineEdit.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,14 @@ export const Validation: Story = {
</InlineEdit>
);
},
parameters: {
a11y: {
options: {
rules: {
// @fixme
'duplicate-id-active': { enabled: false },
},
},
},
},
};

0 comments on commit 1dc99dd

Please sign in to comment.