mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
build: fixed build failure
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user