Skip to content

Commit a72622c

Browse files
committed
fix pre-commit
1 parent ef288f7 commit a72622c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

superset-frontend/src/explore/components/controls/ColorPickerControl.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ test('calls onChange with string key "Green" when resolveThemeTokens is true', a
105105
<ColorPickerControl
106106
{...defaultProps}
107107
onChange={onChange}
108-
resolveThemeTokens={true}
108+
resolveThemeTokens
109109
presets={[{ label: 'Special Colors', colors: ['Green', 'Red'] }]}
110110
/>,
111111
);

0 commit comments

Comments
 (0)