This is an automated email from the ASF dual-hosted git repository.
erikrit pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 90c9417 docs: Update and refresh homepage of superset.apache.org
(#10477)
add a6fa02a chore: Migrate Timer component from jsx to tsx (#10455)
No new revisions were added by this update.
Summary of changes:
.../spec/javascripts/sqllab/Timer_spec.jsx | 26 +------
superset-frontend/src/components/Timer.jsx | 89 ----------------------
superset-frontend/src/components/Timer.tsx | 80 +++++++++++++++++++
3 files changed, 83 insertions(+), 112 deletions(-)
delete mode 100644 superset-frontend/src/components/Timer.jsx
create mode 100644 superset-frontend/src/components/Timer.tsx