Skip to content

Commit

Permalink
Remove unneeded eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson committed Jun 30, 2023
1 parent a109fe4 commit fba97f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stories/grid/GridPopoutContextMenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const GridPopoutContextMenuTemplate: ComponentStory<typeof Grid> = (props: GridP
{
label: "Clear cell...",
onSelect: async ({ colDef }) => {
// eslint-disable-next-line no-console
selectedRows.forEach((row) => {
switch (colDef.field) {
case "name":
Expand Down

0 comments on commit fba97f0

Please sign in to comment.