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/incubator-superset.git.
from fa68288 fix: make sure we log the logs (#11939)
add 64d6fb9 refactor: Extract copy functionality to utils (#11928)
No new revisions were added by this update.
Summary of changes:
.../src/components/CopyToClipboard.jsx | 49 ++++++-------------
superset-frontend/src/utils/copy.ts | 56 ++++++++++++++++++++++
.../components/SyntaxHighlighterCopy/index.tsx | 41 ++++------------
.../views/CRUD/data/savedquery/SavedQueryList.tsx | 41 ++++------------
superset-frontend/src/views/CRUD/hooks.ts | 40 ++++------------
5 files changed, 98 insertions(+), 129 deletions(-)
create mode 100644 superset-frontend/src/utils/copy.ts