This is an automated email from the ASF dual-hosted git repository.
hugh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from aa50161 chore: add non-dev docker-compose workflow (#13143)
add 9489f0b refactor: HighligthedSQL into functional component with
Typescript (#13098)
No new revisions were added by this update.
Summary of changes:
.../src/SqlLab/components/HighlightedSql.jsx | 119 ---------------------
.../src/SqlLab/components/HighlightedSql.tsx | 116 ++++++++++++++++++++
2 files changed, 116 insertions(+), 119 deletions(-)
delete mode 100644 superset-frontend/src/SqlLab/components/HighlightedSql.jsx
create mode 100644 superset-frontend/src/SqlLab/components/HighlightedSql.tsx