mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
chore: Aggiunte classi mancanti
This commit is contained in:
@ -14,7 +14,7 @@ export default class TableCell extends Component {
|
||||
});
|
||||
|
||||
if ((!vnode.children || vnode.children.length === 0) && this.attrs.get('type') === 'checkbox') {
|
||||
vnode.children = <mwc-checkbox/>;
|
||||
vnode.children = <mwc-checkbox className="mdc-data-table__row-checkbox"/>;
|
||||
}
|
||||
|
||||
return <td {...this.attrs.all()}>{vnode.children}</td>;
|
||||
|
Reference in New Issue
Block a user