mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix merge
This commit is contained in:
parent
f6cbb26167
commit
7425f9b400
@ -21,7 +21,7 @@ export class TablePanel extends Component<Props> {
|
|||||||
|
|
||||||
overrides.push({
|
overrides.push({
|
||||||
matcher: { id: matcherId, options: field.name },
|
matcher: { id: matcherId, options: field.name },
|
||||||
properties: [{ isCustom: true, id: prop, value: width }],
|
properties: [{ id: prop, value: width }],
|
||||||
});
|
});
|
||||||
|
|
||||||
this.props.onFieldConfigChange({
|
this.props.onFieldConfigChange({
|
||||||
|
Loading…
Reference in New Issue
Block a user