Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Dec 12, 2021
1 parent bb0b2a6 commit e169898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/webextension/build/popup.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/webextension/src/popup/components/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ const Popup = () => {
});
/* */
const onClick = () => {
sendToChordChartsStudio(state.tabData);
const message = createMessage('@CCS/IMPORT_TAB', state.tabData);
sendToChordChartsStudio(message);
};

return (
Expand Down

0 comments on commit e169898

Please sign in to comment.