superset-frontend/plugins/plugin-chart-handlebars/src/plugin/controls/style.tsx
Function StyleControl
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const StyleControl = (props: CustomControlConfig<StyleCustomControlProps>) => {
const theme = useTheme();
const defaultValue = props?.value
? undefined