update to latest GB changes
This commit is contained in:
parent
713dd242c7
commit
9629a46da1
|
@ -37,7 +37,7 @@ class DatePicker extends Component {
|
|||
|
||||
refreshDropdown() {
|
||||
setTimeout( () => {
|
||||
this.dropdownRef.current.popoverRef && this.dropdownRef.current.popoverRef.current.refresh();
|
||||
this.dropdownRef.current.refresh();
|
||||
} );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue