You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/02/18 18:19:59 UTC

[superset] branch master updated (409fc83 -> 66653ef)

This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 409fc83  chore: Tab title to be empty when creating a new tab (#12773)
     add 66653ef  test: Tests and Storybook entry for the Popover component (#13176)

No new revisions were added by this update.

Summary of changes:
 .../src/components/Popover/Popover.stories.tsx     | 81 +++++++++++++++++++++
 .../src/components/Popover/Popover.test.tsx        | 82 ++++++++++++++++++++++
 2 files changed, 163 insertions(+)
 create mode 100644 superset-frontend/src/components/Popover/Popover.stories.tsx
 create mode 100644 superset-frontend/src/components/Popover/Popover.test.tsx