Skip to content

Commit

Permalink
add elapsedTime in tab
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurpulkit committed Jun 21, 2024
1 parent 576b339 commit 484481e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ const useQueryPanelListeners = (): { loading: boolean; isPanel: boolean } => {
columnTypes: typedData?.queryResults?.columnTypes,
compiled_sql: typedData.compiledCodeMarkup,
});
dispatch(
setQueryExecutionInfo({
elapsedTime: typedData.queryExecutionInfo!.elapsedTime,
}),
);
}
});
}
Expand Down

0 comments on commit 484481e

Please sign in to comment.