mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Fix merge
This commit is contained in:
@@ -21,7 +21,7 @@ export class TablePanel extends Component<Props> {
|
||||
|
||||
overrides.push({
|
||||
matcher: { id: matcherId, options: field.name },
|
||||
properties: [{ isCustom: true, id: prop, value: width }],
|
||||
properties: [{ id: prop, value: width }],
|
||||
});
|
||||
|
||||
this.props.onFieldConfigChange({
|
||||
|
||||
Reference in New Issue
Block a user