Skip to content

Commit

Permalink
Update lib/store/src/inferControls.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen authored Jun 30, 2022
1 parent 6ac9e00 commit cac26cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/store/src/inferControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ const inferControl = (argType: StrictInputType, name: string, matchers: Controls
return { control: { type: 'color' } };
}

/**
* @see https://github.com/storybookjs/storybook/issues/16322
*/
if (controlType !== 'enum') {
logger.warn(
Expand Down

0 comments on commit cac26cc

Please sign in to comment.