Refresh AST when getting time series

pull/10616/head
Andrew Watkins 2018-05-29 08:57:10 -07:00
parent d9942259db
commit 74403084f0
1 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,8 @@ export class IFQLPage extends PureComponent<Props, State> {
notify(ifqlTimeSeriesError(error)) notify(ifqlTimeSeriesError(error))
console.error('Could not get timeSeries', error) console.error('Could not get timeSeries', error)
} }
this.getASTResponse(script)
} }
private parseError = (error): Status => { private parseError = (error): Status => {