diff --git a/public/app/plugins/panel/table2/TablePanel.tsx b/public/app/plugins/panel/table2/TablePanel.tsx index a30bc755733..74d6bd21686 100644 --- a/public/app/plugins/panel/table2/TablePanel.tsx +++ b/public/app/plugins/panel/table2/TablePanel.tsx @@ -21,7 +21,7 @@ export class TablePanel extends Component { overrides.push({ matcher: { id: matcherId, options: field.name }, - properties: [{ isCustom: true, id: prop, value: width }], + properties: [{ id: prop, value: width }], }); this.props.onFieldConfigChange({