Commit 7425f9b4 by Dominik Prokop

Fix merge

parent f6cbb261
......@@ -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({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment