Commit db58ab6c by Dominik Prokop

Fixed prettier issue in color picker

parent 394ee5dc
import React, { Component, createRef } from 'react';
import { PopperController } from '../Tooltip/PopperController';
import {Popper} from '../Tooltip/Popper';
import { Popper } from '../Tooltip/Popper';
import { ColorPickerPopover, ColorPickerProps, ColorPickerChangeHandler } from './ColorPickerPopover';
import { getColorFromHexRgbOrName } from '../../utils/namedColorsPalette';
import { SeriesColorPickerPopover } from './SeriesColorPickerPopover';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment