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 cac26cc commit dac12e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/store/src/inferControls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const inferControl = (argType: StrictInputType, name: string, matchers: Controls
return { control: { type: 'color' } };
}

*/
if (controlType !== 'enum') {
logger.warn(
`Addon controls: Control of type color only supports string, received "${controlType}" instead`
Expand Down

0 comments on commit dac12e5

Please sign in to comment.