mirror of
https://github.com/apache/superset.git
synced 2026-04-10 20:06:13 +00:00
@@ -94,7 +94,7 @@ class QueryTable extends React.PureComponent {
|
||||
render() {
|
||||
const data = this.props.queries
|
||||
.map(query => {
|
||||
const q = Object.assign({}, query);
|
||||
const q = { ...query };
|
||||
if (q.endDttm) {
|
||||
q.duration = fDuration(q.startDttm, q.endDttm);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user