update to latest GB changes

This commit is contained in:
Paul Sealock 2018-09-14 11:16:19 +12:00
parent 713dd242c7
commit 9629a46da1
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class DatePicker extends Component {
refreshDropdown() { refreshDropdown() {
setTimeout( () => { setTimeout( () => {
this.dropdownRef.current.popoverRef && this.dropdownRef.current.popoverRef.current.refresh(); this.dropdownRef.current.refresh();
} ); } );
} }