bump typescript (#8890)

This commit is contained in:
Vadim Ogievetsky 2019-11-17 16:23:47 -08:00 committed by Fangjin Yang
parent 17d773dca2
commit 80fc04be71
3 changed files with 5 additions and 7 deletions

View File

@ -13834,9 +13834,9 @@
"dev": true
},
"typescript": {
"version": "3.6.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.4.tgz",
"integrity": "sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==",
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz",
"integrity": "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ==",
"dev": true
},
"uglify-js": {

View File

@ -136,7 +136,7 @@
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.6.4",
"typescript": "^3.7.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9",

View File

@ -425,9 +425,7 @@ export class SegmentsView extends React.PureComponent<SegmentsViewProps, Segment
filtered: state.filtered,
sorted: state.sorted,
});
if (this.segmentsSqlQueryManager.getLastQuery) {
this.fetchData(groupByInterval, state);
}
this.fetchData(groupByInterval, state);
} else if (capabilities.hasCoordinatorAccess()) {
this.fetchClientSideData(state);
}