build: fixed build failure

pull/9594/head
Torkel Ödegaard 8 years ago
parent 2de439c5a1
commit c6feb903b1
  1. 2
      public/app/core/components/colorpicker/ColorPickerPopover.tsx

@ -87,7 +87,7 @@ export class ColorPickerPopover extends React.Component<IProps, any> {
);
const spectrumTab = (
<div id="spectrum">
<fSpectrumPicker color={this.state.color} onColorSelect={this.spectrumColorSelected.bind(this)} options={{}} />
<SpectrumPicker color={this.state.color} onColorSelect={this.spectrumColorSelected.bind(this)} options={{}} />
</div>
);
const currentTab = this.state.tab === 'palette' ? paletteTab : spectrumTab;

Loading…
Cancel
Save