pull/23384/head^2
Dominik Prokop 5 years ago
parent f6cbb26167
commit 7425f9b400
  1. 2
      public/app/plugins/panel/table2/TablePanel.tsx

@ -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({

Loading…
Cancel
Save