Some cleanup/small fixes.

This commit is contained in:
Tomas Bures 2019-08-23 13:50:43 +02:00
parent 5abf100776
commit 427f0ec2c2
7 changed files with 16 additions and 21 deletions

View file

@ -818,7 +818,7 @@ class TreeTableSelect extends Component {
dataUrl: PropTypes.string,
data: PropTypes.array,
help: PropTypes.oneOfType([PropTypes.string, PropTypes.object]),
format: PropTypes.string,
format: PropTypes.string
}
async onSelectionChangedAsync(sel) {