This commit is contained in:
mgabdev
2020-02-03 13:24:24 -05:00
parent 960c43d24c
commit 1cd851e02e
51 changed files with 932 additions and 939 deletions

View File

@@ -7,7 +7,7 @@ export default class ColumnSettingsHeading extends PureComponent {
};
render() {
const { heading } = this.props;
const { heading, id } = this.props;
return (
<span id={id} className='column-settings-heading'>{heading}</span>