Browse Source

:fire: onClick share

visuddhinanda 3 years ago
parent
commit
b098764786
1 changed files with 0 additions and 2 deletions
  1. 0 2
      dashboard/src/pages/studio/channel/list.tsx

+ 0 - 2
dashboard/src/pages/studio/channel/list.tsx

@@ -327,8 +327,6 @@ const Widget = () => {
                     ],
                     ],
                     onClick: (e) => {
                     onClick: (e) => {
                       switch (e.key) {
                       switch (e.key) {
-                        case "share":
-                          break;
                         case "remove":
                         case "remove":
                           showDeleteConfirm(row.uid, row.title);
                           showDeleteConfirm(row.uid, row.title);
                           break;
                           break;