src/components/options/ColumnStylesEditor.tsx
Function ColumnStylesEditor
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function ColumnStylesEditor(props: StandardEditorProps<ColumnStyling[]>) {
const { onChange, value = [] } = props;
// @ts-ignore
function handleRemoveColumnStyle(index: number) {